-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replaced deprecated atomic-polyfill crate with portable-atomic, relea…
…se v2.0.0
- Loading branch information
1 parent
d93c469
commit 1e3a640
Showing
6 changed files
with
26 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,16 @@ | ||
[package] | ||
name = "atomic-pool" | ||
version = "1.0.1" | ||
version = "2.0.0" | ||
authors = ["Dario Nieuwenhuis <[email protected]>"] | ||
description = "Statically allocated pool providing a std-like Box." | ||
repository = "https://github.com/embassy-rs/atomic-pool" | ||
edition = "2021" | ||
readme = "README.md" | ||
license = "MIT OR Apache-2.0" | ||
categories = [ | ||
"embedded", | ||
"no-std", | ||
"concurrency", | ||
"memory-management", | ||
] | ||
categories = ["embedded", "no-std", "concurrency", "memory-management"] | ||
|
||
[dependencies] | ||
atomic-polyfill = "1.0" | ||
as-slice-01 = { package = "as-slice", version = "0.1.5" } | ||
as-slice-02 = { package = "as-slice", version = "0.2.1" } | ||
portable-atomic = { version = "1.7.0" } | ||
stable_deref_trait = { version = "1.2.0", default-features = false } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters