Skip to content

Commit 215b180

Browse files
committed
Fix imports
1 parent 47e003b commit 215b180

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Cargo.lock

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/edr_solidity/Cargo.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ parking_lot = { version = "0.12.1", default-features = false }
1515
serde = { version = "1.0.158", default-features = false, features = ["std"] }
1616
serde_json = { version = "1.0.89", features = ["preserve_order"] }
1717
strum = { version = "0.26.0", features = ["derive"] }
18-
thiserror = "1.0.58"
1918
semver = "1.0.23"
20-
either = "1.10.0"
19+
thiserror = "1.0.58"
2120

2221
[lints]
2322
workspace = true

0 commit comments

Comments
 (0)