We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8ea0b8 commit 5726fb4Copy full SHA for 5726fb4
CHANGELOG.md
@@ -0,0 +1,7 @@
1
+CHANGELOG
2
+=========
3
+
4
5
+# v1.0.0
6
7
+- Initial version of entire rewrite.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bip39"
-version = "1.0.0-rc1"
+version = "1.0.0"
authors = ["Steven Roose <steven@stevenroose.org>"]
license = "CC0-1.0"
homepage = "https://github.com/rust-bitcoin/rust-bip39/"
README.md
@@ -28,5 +28,5 @@ Use the `all-languages` feature to enable all languages.
28
29
## MSRV
30
31
-This crate supports Rust v1.29 and up.
+This crate supports Rust v1.29 and up and works with `no_std`.
32
0 commit comments