Skip to content

Commit efbd0ae

Browse files
authored
Merge pull request #1286 from microsoft/bugfix-contrib-downgrade
[bugfix] Workaround: Downgrade libc
2 parents 9eb25d9 + 657b2e4 commit efbd0ae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ eui48 = "1.1.0"
3535
flexi_logger = "0.28.0"
3636
futures = "0.3.30"
3737
histogram = "0.10.1"
38-
libc = "0.2.154"
38+
libc = "0.2.153"
3939
log = "0.4.21"
4040
mimalloc = { version = "0.1.41", default-features = false }
4141
rand = { version = "0.8.5", features = ["small_rng"] }

nettest/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ cfgrammar = "0.13.5"
2424
lrlex = "0.13.5"
2525
lrpar = "0.13.5"
2626
anyhow = "1.0.82"
27-
libc = "0.2.154"
27+
libc = "0.2.153"
2828

2929
[dependencies]
3030
cfgrammar = "0.13.5"
3131
lrlex = "0.13.5"
3232
lrpar = "0.13.5"
3333
anyhow = "1.0.83"
3434
clap = "4.5.4"
35-
libc = "0.2.154"
35+
libc = "0.2.153"
3636

3737
#=======================================================================================================================
3838
# Artifacts

0 commit comments

Comments
 (0)