Skip to content

Commit

Permalink
Release ringbuf 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
agerasev committed Oct 8, 2022
1 parent 83d2c7d commit e519a93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ringbuf"
version = "0.3.0-rc.1"
version = "0.3.0"
authors = ["Alexey Gerasev <[email protected]>"]
edition = "2021"

Expand All @@ -20,7 +20,7 @@ std = ["alloc"]
bench = []

[dependencies]
crossbeam-utils = { version = "0.8.11", default-features = false }
crossbeam-utils = { version = "0.8", default-features = false }

[[example]]
name = "simple"
Expand Down

0 comments on commit e519a93

Please sign in to comment.