Skip to content

Commit 63e5b4b

Browse files
committed
Bumped version number.
1 parent 2058d67 commit 63e5b4b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bc-crypto"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
edition = "2021"
55
description = "A uniform API for cryptographic primitives used in Blockchain Commons projects"
66
authors = ["Blockchain Commons"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
```toml
2929
[dependencies]
30-
bc-crypto = "0.3.2"
30+
bc-crypto = "0.3.3"
3131
```
3232

3333
## Related Projects

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![doc(html_root_url = "https://docs.rs/bc-crypto/0.3.2")]
1+
#![doc(html_root_url = "https://docs.rs/bc-crypto/0.3.3")]
22
#![warn(rust_2018_idioms)]
33

44
//! # Introduction
@@ -24,7 +24,7 @@
2424
//!
2525
//! ```toml
2626
//! [dependencies]
27-
//! bc-crypto = "0.3.2"
27+
//! bc-crypto = "0.3.3"
2828
//! ```
2929
3030
pub const CRC32_SIZE: usize = 4;

0 commit comments

Comments
 (0)