Skip to content

Commit d5ad6bd

Browse files
authored
Merge pull request #53 from apoelstra/2021-06--081
bump version to 0.8.1; update README with MSRV
2 parents 0b181f4 + 1d1e713 commit d5ad6bd

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bech32"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
authors = ["Clark Moody"]
55
repository = "https://github.com/rust-bitcoin/rust-bech32"
66
description = "Encodes and decodes the Bech32 format"

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,9 @@ Rust implementation of the Bech32 encoding format described in [BIP-0173](https:
66
You can find some usage examples in the [documentation](https://docs.rs/bech32/).
77

88
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

Comments
 (0)