Skip to content

Commit 215f634

Browse files
authored
block-buffer v0.10.0-pre.3 (#385)
1 parent 736f7d5 commit 215f634

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

block-buffer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "block-buffer"
3-
version = "0.10.0-pre.2" # Also update html_root_url in lib.rs when bumping this
3+
version = "0.10.0-pre.3" # Also update html_root_url in lib.rs when bumping this
44
authors = ["RustCrypto Developers"]
55
license = "MIT OR Apache-2.0"
66
description = "Fixed size buffer for block processing of data"

block-buffer/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#![doc(
44
html_logo_url = "https://raw.githubusercontent.com/RustCrypto/meta/master/logo.svg",
55
html_favicon_url = "https://raw.githubusercontent.com/RustCrypto/meta/master/logo.svg",
6-
html_root_url = "https://docs.rs/block-buffer/0.10.0"
6+
html_root_url = "https://docs.rs/block-buffer/0.10.0-pre.3"
77
)]
88
#![warn(missing_docs, rust_2018_idioms)]
99

0 commit comments

Comments
 (0)