Skip to content

Commit

Permalink
Merge pull request #76 from Duddino/bump-1.1.2
Browse files Browse the repository at this point in the history
Bump to 1.1.2
  • Loading branch information
Duddino authored Feb 3, 2024
2 parents 11564dd + 9f67a21 commit 0a8cfa7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pivx-shield-rust"
version = "1.1.0"
version = "1.1.2"
authors = ["Duddino <[email protected]>", "Alessandro Rezzi <[email protected]>"]
edition = "2021"
description = "WASM library for interoperation with the PIVX Shield sapling protocol."
Expand Down Expand Up @@ -48,9 +48,8 @@ tokio = { version = "1.26.0", features = ["full"] }
wasm-bindgen-test = "0.3.13"

[profile.release]
opt-level = 2
opt-level = 3
lto = true

[package.metadata.wasm-pack.profile.release]
wasm-opt = true

wasm-opt = ["-O4", "--enable-mutable-globals"]
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pivx-shield",
"version": "1.1.1",
"version": "1.1.2",
"description": "WASM library for interoperation with the PIVX Shield sapling protocol.",
"files": [
"*"
Expand Down

0 comments on commit 0a8cfa7

Please sign in to comment.