Skip to content

Commit b2f19b7

Browse files
committed
Vendor/redux: run taplo formatting on Cargo.toml
1 parent fae5c40 commit b2f19b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vendor/redux/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ edition = "2021"
55
license = "Apache-2.0"
66

77
[dependencies]
8-
serde = { version = "1.0", features = ["derive"], optional = true }
9-
fuzzcheck = { git = "https://github.com/openmina/fuzzcheck-rs.git", optional = true }
108
enum_dispatch = "0.3.7"
9+
fuzzcheck = { git = "https://github.com/openmina/fuzzcheck-rs.git", optional = true }
1110
linkme = { version = "0.3.22", optional = true }
1211
paste = "1.0.14"
12+
serde = { version = "1.0", features = ["derive"], optional = true }
1313

1414
[target.'cfg(target_arch = "wasm32")'.dependencies]
1515
wasm-timer = { git = "https://github.com/openmina/wasm-timer" }

0 commit comments

Comments
 (0)