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 bdc679a commit 038d715Copy full SHA for 038d715
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "js-chain-libs"
3
-version = "0.1.1"
+version = "0.1.2"
4
authors = ["Enzo Cioppettini <[email protected]>"]
5
edition = "2018"
6
license = "MIT OR Apache-2.0"
@@ -52,4 +52,4 @@ wasm-bindgen-test = "0.2"
52
53
[profile.release]
54
# Tell `rustc` to optimize for small code size.
55
-opt-level = "s"
+opt-level = "s"
0 commit comments