File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " bc-shamir"
3
- version = " 0.3.1 "
3
+ version = " 0.3.2 "
4
4
edition = " 2021"
5
5
description = " Shamir's Secret Sharing (SSS) for Rust."
6
6
authors = [" Blockchain Commons" ]
@@ -12,14 +12,14 @@ categories = ["cryptography"]
12
12
documentation = " https://docs.rs/bc-shamir"
13
13
14
14
[dependencies ]
15
- bc-rand = " 0.1"
15
+ bc-rand = " ^ 0.1.0 "
16
16
17
17
# bc-crypto = { path = "../bc-crypto-rust" }
18
- bc-crypto = " 0.3"
18
+ bc-crypto = " ^ 0.3.0 "
19
19
20
- thiserror = " 1.0.48"
20
+ thiserror = " ^ 1.0.48"
21
21
22
22
[dev-dependencies ]
23
- hex-literal = " 0.4.1"
24
- hex = " 0.4.3"
25
- version-sync = " 0.9"
23
+ hex-literal = " ^ 0.4.1"
24
+ hex = " ^ 0.4.3"
25
+ version-sync = " ^ 0.9.0 "
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ This is a pure-Rust implementation of [Shamir's Secret Sharing (SSS)](https://en
14
14
15
15
``` toml
16
16
[dependencies ]
17
- bc-shamir = " 0.3.1 "
17
+ bc-shamir = " 0.3.2 "
18
18
```
19
19
## Related Projects
20
20
Original file line number Diff line number Diff line change 1
- #![ doc( html_root_url = "https://docs.rs/bc-shamir/0.3.1 " ) ]
1
+ #![ doc( html_root_url = "https://docs.rs/bc-shamir/0.3.2 " ) ]
2
2
#![ warn( rust_2018_idioms) ]
3
3
4
4
//! ## Introduction
16
16
//!
17
17
//! ```toml
18
18
//! [dependencies]
19
- //! bc-shamir = "0.3.1 "
19
+ //! bc-shamir = "0.3.2 "
20
20
//!```
21
21
//!
22
22
//! ## Usage
You can’t perform that action at this time.
0 commit comments