Skip to content

Commit

Permalink
Merge pull request #1286 from microsoft/bugfix-contrib-downgrade
Browse files Browse the repository at this point in the history
[bugfix] Workaround: Downgrade libc
  • Loading branch information
anandbonde committed May 17, 2024
2 parents 9eb25d9 + 657b2e4 commit efbd0ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ eui48 = "1.1.0"
flexi_logger = "0.28.0"
futures = "0.3.30"
histogram = "0.10.1"
libc = "0.2.154"
libc = "0.2.153"
log = "0.4.21"
mimalloc = { version = "0.1.41", default-features = false }
rand = { version = "0.8.5", features = ["small_rng"] }
Expand Down
4 changes: 2 additions & 2 deletions nettest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ cfgrammar = "0.13.5"
lrlex = "0.13.5"
lrpar = "0.13.5"
anyhow = "1.0.82"
libc = "0.2.154"
libc = "0.2.153"

[dependencies]
cfgrammar = "0.13.5"
lrlex = "0.13.5"
lrpar = "0.13.5"
anyhow = "1.0.83"
clap = "4.5.4"
libc = "0.2.154"
libc = "0.2.153"

#=======================================================================================================================
# Artifacts
Expand Down

0 comments on commit efbd0ae

Please sign in to comment.