Skip to content

Commit

Permalink
update: resolc code fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Brianspha committed Nov 28, 2024
1 parent 73ecaba commit 946010e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ foundry-compilers-artifacts = { path = "crates/artifacts/artifacts", version = "
foundry-compilers-artifacts-solc = { path = "crates/artifacts/solc", version = "0.12.3" }
foundry-compilers-artifacts-vyper = { path = "crates/artifacts/vyper", version = "0.12.3" }
foundry-compilers-core = { path = "crates/core", version = "0.12.3" }
revive-solidity = { git = "https://github.com/paritytech/revive", tag = "v0.1.0-dev-4", package = "revive-solidity" }
revive-llvm-context = { git = "https://github.com/paritytech/revive", tag = "v0.1.0-dev-4", package = "revive-llvm-context" }

alloy-json-abi = { version = "0.8", features = ["serde_json"] }
alloy-primitives = { version = "0.8", features = ["serde", "rand"] }
Expand Down
2 changes: 2 additions & 0 deletions crates/compilers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ exclude.workspace = true
workspace = true

[dependencies]
revive-solidity .workspace = true
revive-llvm-context.workspace = true
foundry-compilers-artifacts.workspace = true
foundry-compilers-core.workspace = true
serde.workspace = true
Expand Down

0 comments on commit 946010e

Please sign in to comment.