Skip to content

Commit b68733d

Browse files
bors[bot]KodrAus
andauthored
Merge #508
508: prepare for 0.8.2 release r=KodrAus a=KodrAus Includes: - #504 - #505 - #506 Co-authored-by: Ashley Mannix <kodraus@hey.com>
2 parents 4b15a39 + f6c373b commit b68733d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ homepage = "https://github.com/uuid-rs/uuid"
3030
name = "uuid"
3131
readme = "README.md"
3232
repository = "https://github.com/uuid-rs/uuid"
33-
version = "0.8.1" # remember to update html_root_url in lib.rs
33+
version = "0.8.2" # remember to update html_root_url in lib.rs
3434

3535
[package.metadata.docs.rs]
3636
features = [ "guid", "serde", "slog", "v1", "v3", "v4", "v5" ]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Examples of string representations:
119119

120120
[`wasm-bindgen`]: https://github.com/rustwasm/wasm-bindgen
121121

122-
[`Uuid`]: https://docs.rs/uuid/0.8.1/uuid/struct.Uuid.html
122+
[`Uuid`]: https://docs.rs/uuid/0.8.2/uuid/struct.Uuid.html
123123

124124
---
125125
# License

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
#![doc(
131131
html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
132132
html_favicon_url = "https://www.rust-lang.org/favicon.ico",
133-
html_root_url = "https://docs.rs/uuid/0.8.1"
133+
html_root_url = "https://docs.rs/uuid/0.8.2"
134134
)]
135135

136136
#[cfg(any(feature = "std", test))]

0 commit comments

Comments
 (0)