Skip to content

Commit 038d715

Browse files
committed
make 0.1.2
1 parent bdc679a commit 038d715

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "js-chain-libs"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = ["Enzo Cioppettini <[email protected]>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"
@@ -52,4 +52,4 @@ wasm-bindgen-test = "0.2"
5252

5353
[profile.release]
5454
# Tell `rustc` to optimize for small code size.
55-
opt-level = "s"
55+
opt-level = "s"

0 commit comments

Comments
 (0)