Skip to content

Commit

Permalink
ci: Pin libc dev-dep to testing pre-1.63 rustc
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Nov 18, 2024
1 parent b152807 commit 755cfe9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ updates:
ignore:
# For test on old rustc.
- dependency-name: crossbeam-utils
- dependency-name: libc
labels: []
groups:
cargo:
Expand Down
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ fastrand = "2"
paste = "1"
quickcheck = { default-features = false, git = "/~https://github.com/taiki-e/quickcheck.git", branch = "dev" } # /~https://github.com/BurntSushi/quickcheck/pull/304 + /~https://github.com/BurntSushi/quickcheck/pull/282 + /~https://github.com/BurntSushi/quickcheck/pull/296 + lower MSRV

[target.'cfg(unix)'.dev-dependencies]
libc = "=0.2.163" # newer libc requires Rust 1.63

[lints]
workspace = true

Expand Down

0 comments on commit 755cfe9

Please sign in to comment.