Skip to content

Commit

Permalink
fix: enable "wasm-bindgen" feature for instant when building wasm32 (
Browse files Browse the repository at this point in the history
  • Loading branch information
dariusc93 authored Oct 4, 2024
1 parent 3bbab8b commit 3642f6e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# 0.12.1
- fix: enable "wasm-bindgen" feature for `instant` when building wasm32 target.

# 0.12.0
- chore: Cleanup Keystore logic and implementation. [PR 222](https://github.com/dariusc93/rust-ipfs/pull/222)
Expand Down
6 changes: 5 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "rust-ipfs"
readme = "README.md"
repository = "https://github.com/dariusc93/rust-ipfs"
description = "IPFS node implementation"
version = "0.12.0"
version = "0.12.1"

[features]
default = []
Expand Down Expand Up @@ -165,6 +165,7 @@ tokio = { default-features = false, features = ["sync", "macros"], workspace = t
tokio-stream = { workspace = true, default-features = false }
tokio-util = { workspace = true, default-features = false }
wasm-bindgen-futures.workspace = true
instant = { version = "0.1.13", features = ["wasm-bindgen"] }

[dev-dependencies]
criterion = { default-features = false, version = "0.5" }
Expand Down

0 comments on commit 3642f6e

Please sign in to comment.