Skip to content

Commit e885a21

Browse files
authored
chore turn off wasm opt (#583)
* turn off wasm opt * rm trail space
1 parent b6e3ba1 commit e885a21

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resolver = "2"
33
members = ["crates/*", "examples/native", "examples/snark"]
44

55
[workspace.package]
6-
version = "0.7.0"
6+
version = "0.7.1"
77
edition = "2021"
88
license = "GPL-3.0"
99
authors = ["RND <dev@ringsnetwork.io>"]
@@ -27,6 +27,6 @@ wasm-bindgen-test = "0.3.50"
2727
webrtc = { version = "0.10.1" }
2828

2929
[profile.release]
30-
opt-level = 3
30+
opt-level = false
3131
lto = true
3232
strip = true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"RND <dev@ringsnetwork.io>"
55
],
66
"description": "Rings is a structured peer-to-peer network implementation using WebRTC, Chord algorithm, and full WebAssembly (WASM) support.\n",
7-
"version": "0.7.0",
7+
"version": "0.7.1",
88
"license": "GPL-3.0",
99
"repository": {
1010
"type": "git",

0 commit comments

Comments
 (0)