Skip to content

Commit a8b673d

Browse files
Merge pull request #347 from iqlusioninc/vint64/v0.1.1
vint64 v0.1.1
2 parents 81e4207 + ef3dccc commit a8b673d

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vint64/CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.1 (2020-01-30)
2+
3+
- Documentation fixups
4+
15
## 0.1.0 (2020-01-30)
26

37
- Initial release

vint64/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "vint64"
33
description = "Simple and efficient variable-length integer encoding"
4-
version = "0.1.0" # Also update html_root_url in lib.rs when bumping this
4+
version = "0.1.1" # Also update html_root_url in lib.rs when bumping this
55
authors = ["Tony Arcieri <[email protected]>"]
66
license = "Apache-2.0"
77
edition = "2018"

vint64/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
//! [Matroska]: https://www.matroska.org/
4747
4848
#![no_std]
49-
#![doc(html_root_url = "https://docs.rs/vint64/0.1.0")]
49+
#![doc(html_root_url = "https://docs.rs/vint64/0.1.1")]
5050
#![forbid(unsafe_code)]
5151
#![warn(missing_docs, rust_2018_idioms, unused_qualifications)]
5252

0 commit comments

Comments
 (0)