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 82d8523 commit 1c521afCopy full SHA for 1c521af
crates/iota-sdk-ffi/Cargo.toml
@@ -14,7 +14,7 @@ crate-type = ["lib", "cdylib"]
14
[dependencies]
15
derive_more = { version = "2.0", features = ["from", "deref"] }
16
rand = "0.8"
17
-serde_json = { version = "1.0.95" }
+serde_json = "1.0.95"
18
tokio = { version = "1.36.0", features = ["time"] }
19
uniffi = { version = "0.29", features = ["cli", "tokio"] }
20
0 commit comments