Skip to content

Commit 4fcfaf8

Browse files
Merge #387
387: prep for 0.7.4 r=Dylan-DPC a=kinggoesgaming **I'm submitting a(n)** release prep # Description update files for 0.7.4 # Motivation Lets fix dem docs # Tests N/A # Related Issue(s) #386 Co-authored-by: Hunar Roop Kahlon <[email protected]>
2 parents dc46859 + fba140c commit 4fcfaf8

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
@@ -18,7 +18,7 @@ homepage = "https://github.com/uuid-rs/uuid"
1818
name = "uuid"
1919
readme = "README.md"
2020
repository = "https://github.com/uuid-rs/uuid"
21-
version = "0.7.3" # remember to update html_root_url in lib.rs
21+
version = "0.7.4" # remember to update html_root_url in lib.rs
2222

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

README.md

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

117117
[`wasm-bindgen`]: https://github.com/rustwasm/wasm-bindgen
118118

119-
[`Uuid`]: https://docs.rs/uuid/0.7.3/uuid/struct.Uuid.html
119+
[`Uuid`]: https://docs.rs/uuid/0.7.4/uuid/struct.Uuid.html
120120

121121
---
122122
# License

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
#![doc(
125125
html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
126126
html_favicon_url = "https://www.rust-lang.org/favicon.ico",
127-
html_root_url = "https://docs.rs/uuid/0.7.3"
127+
html_root_url = "https://docs.rs/uuid/0.7.4"
128128
)]
129129

130130
#[cfg(feature = "byteorder")]

0 commit comments

Comments
 (0)