We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0b181f4 + 1d1e713 commit d5ad6bdCopy full SHA for d5ad6bd
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "bech32"
3
-version = "0.8.0"
+version = "0.8.1"
4
authors = ["Clark Moody"]
5
repository = "https://github.com/rust-bitcoin/rust-bech32"
6
description = "Encodes and decodes the Bech32 format"
README.md
@@ -6,3 +6,9 @@ Rust implementation of the Bech32 encoding format described in [BIP-0173](https:
You can find some usage examples in the [documentation](https://docs.rs/bech32/).
7
8
Bitcoin-specific address encoding is handled by the `bitcoin-bech32` crate.
9
+
10
+# MSRV
11
+The minimum supported Rust version with the standard library is **1.29**.
12
13
+With nostd, we use the `alloc` dependency, so the MSRV is instead **1.36**.
14
0 commit comments