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 fae5c40 commit b2f19b7Copy full SHA for b2f19b7
vendor/redux/Cargo.toml
@@ -5,11 +5,11 @@ edition = "2021"
5
license = "Apache-2.0"
6
7
[dependencies]
8
-serde = { version = "1.0", features = ["derive"], optional = true }
9
-fuzzcheck = { git = "https://github.com/openmina/fuzzcheck-rs.git", optional = true }
10
enum_dispatch = "0.3.7"
+fuzzcheck = { git = "https://github.com/openmina/fuzzcheck-rs.git", optional = true }
11
linkme = { version = "0.3.22", optional = true }
12
paste = "1.0.14"
+serde = { version = "1.0", features = ["derive"], optional = true }
13
14
[target.'cfg(target_arch = "wasm32")'.dependencies]
15
wasm-timer = { git = "https://github.com/openmina/wasm-timer" }
0 commit comments