Skip to content

Commit

Permalink
Merge #508
Browse files Browse the repository at this point in the history
508: prepare for 0.8.2 release r=KodrAus a=KodrAus

Includes:

- #504 
- #505 
- #506 

Co-authored-by: Ashley Mannix <kodraus@hey.com>
  • Loading branch information
bors[bot] and KodrAus committed Jan 11, 2021
2 parents 4b15a39 + f6c373b commit b68733d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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))]
Expand Down

0 comments on commit b68733d

Please sign in to comment.