Skip to content

Commit

Permalink
Removed feature unsafe-assume-single-core, as it's unsound to be used…
Browse files Browse the repository at this point in the history
… on crate/patch level
  • Loading branch information
marius-meissner committed Sep 23, 2024
1 parent 3074751 commit fc0c35f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ std = []

[dependencies]
serde = { version = "1.0.60", optional = true, default-features = false, features = ["alloc"] }
portable-atomic = { version = "1.6.0", default-features = false,features = ["unsafe-assume-single-core"] }
portable-atomic = { version = "1.6.0", default-features = false }

[dev-dependencies]
serde_test = "1.0"
Expand Down

0 comments on commit fc0c35f

Please sign in to comment.