Skip to content

Commit 7d43c0a

Browse files
committed
bumpalo
1 parent e404d59 commit 7d43c0a

File tree

1 file changed

+12
-16
lines changed

1 file changed

+12
-16
lines changed

Cargo.toml

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ resolver = "2"
44

55
[workspace.package]
66
authors = ["Foundry Maintainers"]
7-
version = "0.18.2"
7+
version = "0.18.4"
88
rust-version = "1.88"
99
readme = "README.md"
1010
license = "MIT OR Apache-2.0"
@@ -36,11 +36,11 @@ redundant-lifetimes = "warn"
3636
all = "warn"
3737

3838
[workspace.dependencies]
39-
foundry-compilers = { path = "crates/compilers", version = "0.18.2" }
40-
foundry-compilers-artifacts = { path = "crates/artifacts/artifacts", version = "0.18.2" }
41-
foundry-compilers-artifacts-solc = { path = "crates/artifacts/solc", version = "0.18.2" }
42-
foundry-compilers-artifacts-vyper = { path = "crates/artifacts/vyper", version = "0.18.2" }
43-
foundry-compilers-core = { path = "crates/core", version = "0.18.2" }
39+
foundry-compilers = { path = "crates/compilers", version = "0.18.4" }
40+
foundry-compilers-artifacts = { path = "crates/artifacts/artifacts", version = "0.18.4" }
41+
foundry-compilers-artifacts-solc = { path = "crates/artifacts/solc", version = "0.18.4" }
42+
foundry-compilers-artifacts-vyper = { path = "crates/artifacts/vyper", version = "0.18.4" }
43+
foundry-compilers-core = { path = "crates/core", version = "0.18.4" }
4444

4545
alloy-json-abi = { version = "1.3", features = ["serde_json"] }
4646
alloy-primitives = { version = "1.3", features = ["serde", "rand"] }
@@ -54,8 +54,8 @@ semver = { version = "1.0", features = ["serde"] }
5454
serde = { version = "1", features = ["derive", "rc"] }
5555
serde_json = "1.0"
5656
similar-asserts = "1"
57-
solar-parse = { version = "=0.1.5", default-features = false }
58-
solar-sema = { version = "=0.1.5", default-features = false }
57+
solar-parse = { version = "=0.1.6", default-features = false }
58+
solar-sema = { version = "=0.1.6", default-features = false }
5959
svm = { package = "svm-rs", version = "0.5", default-features = false }
6060
tempfile = "3.20"
6161
thiserror = "2"
@@ -70,11 +70,7 @@ tokio = { version = "1.47", features = ["rt-multi-thread"] }
7070
snapbox = "0.6.21"
7171

7272
[patch.crates-io]
73-
solar-parse = { git = "https://github.com/paradigmxyz/solar", branch = "main" }
74-
solar-sema = { git = "https://github.com/paradigmxyz/solar", branch = "main" }
75-
solar-ast = { git = "https://github.com/paradigmxyz/solar", branch = "main" }
76-
solar-interface = { git = "https://github.com/paradigmxyz/solar", branch = "main" }
77-
# solar-parse = { path = "../../paradigmxyz/solar/crates/parse" }
78-
# solar-sema = { path = "../../paradigmxyz/solar/crates/sema" }
79-
# solar-ast = { path = "../../paradigmxyz/solar/crates/ast" }
80-
# solar-interface = { path = "../../paradigmxyz/solar/crates/interface" }
73+
# solar-parse = { git = "https://github.com/paradigmxyz/solar", branch = "main" }
74+
# solar-sema = { git = "https://github.com/paradigmxyz/solar", branch = "main" }
75+
# solar-ast = { git = "https://github.com/paradigmxyz/solar", branch = "main" }
76+
# solar-interface = { git = "https://github.com/paradigmxyz/solar", branch = "main" }

0 commit comments

Comments
 (0)