File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " bc-crypto"
3
- version = " 0.8 .0"
3
+ version = " 0.9 .0"
4
4
edition = " 2024"
5
5
description = " A uniform API for cryptographic primitives used in Blockchain Commons projects"
6
6
authors = [" Blockchain Commons" ]
Original file line number Diff line number Diff line change 27
27
28
28
``` toml
29
29
[dependencies ]
30
- bc-crypto = " 0.8 .0"
30
+ bc-crypto = " 0.9 .0"
31
31
```
32
32
33
33
## Version History
Original file line number Diff line number Diff line change 1
- #![ doc( html_root_url = "https://docs.rs/bc-crypto/0.8 .0" ) ]
1
+ #![ doc( html_root_url = "https://docs.rs/bc-crypto/0.9 .0" ) ]
2
2
#![ warn( rust_2018_idioms) ]
3
3
4
4
//! # Introduction
24
24
//!
25
25
//! ```toml
26
26
//! [dependencies]
27
- //! bc-crypto = "0.8 .0"
27
+ //! bc-crypto = "0.9 .0"
28
28
//! ```
29
29
30
30
/// The `hash` module contains functions for hashing data.
You can’t perform that action at this time.
0 commit comments