File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " bc-crypto"
3
- version = " 0.3.1 "
3
+ version = " 0.3.2 "
4
4
edition = " 2021"
5
5
description = " Gordian Envelope for Rust."
6
6
authors = [" Blockchain Commons" ]
@@ -12,7 +12,7 @@ categories = ["cryptography"]
12
12
documentation = " https://docs.rs/bc-crypto"
13
13
14
14
[dependencies ]
15
- bc-rand = " 0.1.0 "
15
+ bc-rand = " 0.1"
16
16
sha2 = " 0.10.6"
17
17
hmac = " 0.12.1"
18
18
pbkdf2 = " 0.12.1"
Original file line number Diff line number Diff line change 27
27
28
28
``` toml
29
29
[dependencies ]
30
- bc-crypto = " 0.3.1 "
30
+ bc-crypto = " 0.3.2 "
31
31
```
32
32
33
33
## Related Projects
Original file line number Diff line number Diff line change 1
- #![ doc( html_root_url = "https://docs.rs/bc-crypto/0.3.1 " ) ]
1
+ #![ doc( html_root_url = "https://docs.rs/bc-crypto/0.3.2 " ) ]
2
2
#![ warn( rust_2018_idioms) ]
3
3
4
4
//! # Introduction
24
24
//!
25
25
//! ```toml
26
26
//! [dependencies]
27
- //! bc-crypto = "0.3.1 "
27
+ //! bc-crypto = "0.3.2 "
28
28
//! ```
29
29
30
30
pub const CRC32_SIZE : usize = 4 ;
You can’t perform that action at this time.
0 commit comments