Skip to content

Commit

Permalink
Merge pull request #41 from NULLx76/update-array-init
Browse files Browse the repository at this point in the history
update array-init to 2.0
  • Loading branch information
Victor committed Mar 29, 2021
2 parents 7046504 + 54d3158 commit 268a60e
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 = "ringbuffer"
version = "0.5.0"
version = "0.5.1"
authors = [
"Victor Roest <[email protected]>",
"Jonathan Dönszelmann <[email protected]>",
Expand All @@ -13,7 +13,7 @@ categories = ["data-structures"]
license = "LGPL-3.0"

[dependencies]
array-init = "1.1.0"
array-init = "2.0"

[dev-dependencies]
criterion = "0.1.2"
Expand Down

0 comments on commit 268a60e

Please sign in to comment.