Skip to content

Commit 7c77b15

Browse files
committed
pin to 0.12.15 due to compilation bug: seanmonstar/reqwest#2699
1 parent 8aa25cc commit 7c77b15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/compilers/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ tracing-subscriber = { version = "0.3", default-features = false, features = [
6262
similar-asserts.workspace = true
6363
fd-lock = "4.0.0"
6464
tokio = { version = "1.35", features = ["rt-multi-thread", "macros"] }
65-
reqwest = "0.12"
65+
reqwest = "=0.12.15"
6666
tempfile = "3.9"
6767
snapbox.workspace = true
6868
foundry-compilers-core = { workspace = true, features = ["test-utils"] }

0 commit comments

Comments
 (0)