Skip to content

Commit 87b9346

Browse files
committed
Bump solar version
1 parent a3f4c4d commit 87b9346

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

Cargo.toml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ semver = { version = "1.0", features = ["serde"] }
5555
serde = { version = "1", features = ["derive", "rc"] }
5656
serde_json = "1.0"
5757
similar-asserts = "1"
58-
solar-parse = { version = "=0.1.1", default-features = false }
59-
solar-sema = { version = "=0.1.1", default-features = false }
58+
solar-parse = { version = "=0.1.2", default-features = false }
59+
solar-sema = { version = "=0.1.2", default-features = false }
6060
svm = { package = "svm-rs", version = "0.5", default-features = false }
6161
tempfile = "3.9"
6262
thiserror = "2"
@@ -69,7 +69,3 @@ futures-util = "0.3"
6969
tokio = { version = "1.35", features = ["rt-multi-thread"] }
7070

7171
snapbox = "0.6.9"
72-
73-
[patch.crates-io]
74-
solar-parse = { git = "https://github.com/paradigmxyz/solar", branch = "main" }
75-
solar-sema = { git = "https://github.com/paradigmxyz/solar", branch = "main" }

0 commit comments

Comments
 (0)