Skip to content

Commit

Permalink
Update to c-gull 0.15.41.
Browse files Browse the repository at this point in the history
And a newer Rust nightly. And bump `which` while here.
  • Loading branch information
sunfishcode committed Feb 29, 2024
1 parent 4644851 commit fb41114
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ exclude = ["/.github", "ci"]
keywords = ["linux"]

[dependencies]
c-gull = { version = "0.15.39", default-features = false, features = ["eyra"] }
c-gull = { version = "0.15.41", default-features = false, features = ["eyra"] }

[dev-dependencies]
assert_cmd = "2.0.12"
Expand All @@ -27,7 +27,7 @@ rand_xorshift = "0.3.0"
ctor = "0.2.0"

# Check if rustup is installed for tests
which = "5.0.0"
which = "6.0.0"

# Test that the core_simd crate works under mustang.
core_simd = { git = "https://github.com/rust-lang/portable-simd" }
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "nightly-2024-02-14"
channel = "nightly-2024-02-26"
components = ["rustc", "cargo", "rust-std", "rust-src", "rustfmt"]

0 comments on commit fb41114

Please sign in to comment.