Skip to content

Commit f2bde2a

Browse files
committed
fix ver
1 parent b717016 commit f2bde2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rust/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "freenet-stdlib"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
edition = "2021"
55
rust-version = "1.71.1"
66
publish = true
@@ -53,7 +53,7 @@ features = [
5353
optional = true
5454

5555
[target.'cfg(all(target_family = "wasm"))'.dependencies.js-sys]
56-
version = "0.4"
56+
version = "0.3"
5757
optional = true
5858

5959
[target.'cfg(any(unix, windows))'.dev-dependencies]

0 commit comments

Comments
 (0)