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 11[package ]
22name = " bc-crypto"
3- version = " 0.8 .0"
3+ version = " 0.9 .0"
44edition = " 2024"
55description = " A uniform API for cryptographic primitives used in Blockchain Commons projects"
66authors = [" Blockchain Commons" ]
Original file line number Diff line number Diff line change 2727
2828``` toml
2929[dependencies ]
30- bc-crypto = " 0.8 .0"
30+ bc-crypto = " 0.9 .0"
3131```
3232
3333## 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" ) ]
22#![ warn( rust_2018_idioms) ]
33
44//! # Introduction
2424//!
2525//! ```toml
2626//! [dependencies]
27- //! bc-crypto = "0.8 .0"
27+ //! bc-crypto = "0.9 .0"
2828//! ```
2929
3030/// The `hash` module contains functions for hashing data.
You can’t perform that action at this time.
0 commit comments