Skip to content

Commit

Permalink
chore: Fix portable-atomic build
Browse files Browse the repository at this point in the history
Signed-off-by: John Nunley <[email protected]>
  • Loading branch information
notgull committed Apr 14, 2024
1 parent eec2f6c commit fbe8f59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
matrix:
# When updating this, the reminder to update the minimum supported
# Rust version in Cargo.toml.
rust: ['1.39']
rust: ['1.56']
steps:
- uses: actions/checkout@v4
- name: Install Rust
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ portable-atomic = ["portable-atomic-crate", "portable-atomic-util"]

[dependencies]
portable-atomic-crate = { version = "1.6.0", package = "portable-atomic", optional = true }
portable-atomic-util = { version = "0.1.5", optional = true }
portable-atomic-util = { version = "0.1.5", features = ["alloc"], optional = true }

[dev-dependencies]
ahash = { version = "0.8.11", default-features = false, features = ["compile-time-rng"] }
Expand Down

0 comments on commit fbe8f59

Please sign in to comment.