Skip to content

Commit

Permalink
Pin libc to the last version before they bumped their MSRV to 1.63
Browse files Browse the repository at this point in the history
  • Loading branch information
neonmoe committed Dec 4, 2024
1 parent b940707 commit 3ea7752
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/msrv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
cargo update -p serde_json --precise=1.0.100
cargo update -p chrono --precise=0.4.23
cargo update -p num-traits --precise=0.2.18
cargo update -p libc --precise=0.2.163
cargo update -p httpdate --precise=1.0.2
cargo test
cargo test --features "json-using-serde proxy punycode"
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ cargo update --package=httpdate --precise=1.0.2
cargo update --package=serde_json --precise=1.0.100
cargo update --package=chrono --precise=0.4.23
cargo update --package=num-traits --precise=0.2.18
cargo update --package=libc --precise=0.2.163
# This again, for some reason.
cargo update --package=httpdate --precise=1.0.2
```
Expand Down

0 comments on commit 3ea7752

Please sign in to comment.