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 b717016 commit f2bde2aCopy full SHA for f2bde2a
rust/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "freenet-stdlib"
3
-version = "0.1.3"
+version = "0.1.4"
4
edition = "2021"
5
rust-version = "1.71.1"
6
publish = true
@@ -53,7 +53,7 @@ features = [
53
optional = true
54
55
[target.'cfg(all(target_family = "wasm"))'.dependencies.js-sys]
56
-version = "0.4"
+version = "0.3"
57
58
59
[target.'cfg(any(unix, windows))'.dev-dependencies]
0 commit comments