diff --git a/Cargo.toml b/Cargo.toml index c06b2717..3c17304c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ homepage = "https://github.com/uuid-rs/uuid" name = "uuid" readme = "README.md" repository = "https://github.com/uuid-rs/uuid" -version = "0.8.1" # remember to update html_root_url in lib.rs +version = "0.8.2" # remember to update html_root_url in lib.rs [package.metadata.docs.rs] features = [ "guid", "serde", "slog", "v1", "v3", "v4", "v5" ] diff --git a/README.md b/README.md index 8199d34c..4fb10e9b 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ Examples of string representations: [`wasm-bindgen`]: https://github.com/rustwasm/wasm-bindgen -[`Uuid`]: https://docs.rs/uuid/0.8.1/uuid/struct.Uuid.html +[`Uuid`]: https://docs.rs/uuid/0.8.2/uuid/struct.Uuid.html --- # License diff --git a/src/lib.rs b/src/lib.rs index 1b66421f..27b1ea0c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -130,7 +130,7 @@ #![doc( html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png", html_favicon_url = "https://www.rust-lang.org/favicon.ico", - html_root_url = "https://docs.rs/uuid/0.8.1" + html_root_url = "https://docs.rs/uuid/0.8.2" )] #[cfg(any(feature = "std", test))]