Skip to content

Commit f804750

Browse files
committed
Merge remote-tracking branch 'origin/main' into optimize/ordered-index
2 parents 712e7bc + 92a8f36 commit f804750

5 files changed

Lines changed: 979 additions & 806 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,6 @@ convert_case = "0.6"
4646
toml_edit = "0.22"
4747
trybuild = "1.0"
4848
syn = { version = "2.0", features = ["full", "parsing"] }
49+
syn-solidity = { version = "1.5" }
50+
proc-macro2 = "1.0"
4951
inquire = "0.7"

crates/cargo-pvm-contract-builder/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,11 @@ anyhow = { workspace = true }
1212
polkavm-linker = { workspace = true }
1313
pvm-contract-types = { path = "../pvm-contract-types", default-features = false, features = ["abi-gen"] }
1414
syn = { workspace = true }
15+
syn-solidity = { workspace = true }
16+
proc-macro2 = { workspace = true }
1517
toml_edit = { workspace = true }
1618
serde_json = { workspace = true }
1719

1820
[dev-dependencies]
1921
tempfile = "3.13"
22+
expect-test = "1.5.1"

0 commit comments

Comments
 (0)