Skip to content

Commit 477cd9e

Browse files
committed
Update deps in fevm
1 parent b9f62d3 commit 477cd9e

File tree

2 files changed

+17
-8
lines changed

2 files changed

+17
-8
lines changed

Cargo.lock

Lines changed: 12 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/fevm/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ hex = "0.4.3"
1414
primitive-types = { version = "0.10.1", default-features = false, features = ["rlp"] }
1515
serde_json = "1.0.74"
1616
revm = {git = "https://github.com/bluealloy/revm"}
17-
fe-common = {path = "../common", version = "^0.12.0-alpha"}
18-
fe-driver = {path = "../driver", version = "^0.12.0-alpha"}
19-
fe-yulgen = {path = "../yulgen", version = "^0.12.0-alpha"}
20-
fe-yulc = {path = "../yulc", version = "^0.12.0-alpha", optional = true, features = ["solc-backend"]}
21-
fe-analyzer = {path = "../analyzer", version = "^0.12.0-alpha"}
17+
fe-common = {path = "../common", version = "^0.13.0-alpha"}
18+
fe-driver = {path = "../driver", version = "^0.13.0-alpha"}
19+
fe-yulgen = {path = "../yulgen", version = "^0.13.0-alpha"}
20+
fe-yulc = {path = "../yulc", version = "^0.13.0-alpha", optional = true, features = ["solc-backend"]}
21+
fe-analyzer = {path = "../analyzer", version = "^0.13.0-alpha"}
2222
solc = {git = "https://github.com/g-r-a-n-t/solc-rust", rev = "da554b3", optional = true}
2323
yultsur = {git = "https://github.com/g-r-a-n-t/yultsur", rev = "ae85470"}
2424
indexmap = "1.6.2"

0 commit comments

Comments
 (0)