Skip to content

Commit

Permalink
No default features for async and blocking
Browse files Browse the repository at this point in the history
  • Loading branch information
agerasev committed Feb 1, 2025
1 parent 8222fec commit 1da28ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ readme = "README.md"
license = "MIT/Apache-2.0"

[workspace.dependencies]
ringbuf = { path = ".", version = "0.4.7" }
ringbuf = { path = ".", version = "0.4.7", default-features = false }

[workspace]
members = ["async", "blocking"]
Expand Down
2 changes: 1 addition & 1 deletion async/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "async-ringbuf"
version = "0.3.2"
version = "0.3.3"
edition.workspace = true
authors.workspace = true
description = "Async SPSC FIFO ring buffer"
Expand Down
2 changes: 1 addition & 1 deletion blocking/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ringbuf-blocking"
version = "0.1.0-rc.3"
version = "0.1.0-rc.4"
edition.workspace = true
authors.workspace = true
description = "Blocking version of ringbuf"
Expand Down

0 comments on commit 1da28ca

Please sign in to comment.