Skip to content

Commit 907b3ed

Browse files
authored
block-padding: fix html_root_url (#736)
1 parent a0beb14 commit 907b3ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

block-padding/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#![doc(
88
html_logo_url = "https://raw.githubusercontent.com/RustCrypto/media/6ee8e381/logo.svg",
99
html_favicon_url = "https://raw.githubusercontent.com/RustCrypto/media/6ee8e381/logo.svg",
10-
html_root_url = "https://docs.rs/block-padding/0.3.0"
10+
html_root_url = "https://docs.rs/block-padding/0.3.1"
1111
)]
1212
#![cfg_attr(docsrs, feature(doc_cfg))]
1313
#![warn(missing_docs, rust_2018_idioms)]

0 commit comments

Comments
 (0)