Skip to content

Commit

Permalink
bump version to 0.5.1 and update criterion dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
KillingSpark committed Feb 18, 2024
1 parent a16e38b commit e0d32e8
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 = "ruzstd"
version = "0.5.0"
version = "0.5.1"
authors = ["Moritz Borcherding <moritz.borcherding@web.de>"]
edition = "2018"
license = "MIT"
Expand All @@ -18,7 +18,7 @@ twox-hash = { version = "1.6", default-features = false, optional = true }
derive_more = { version = "0.99", default-features = false, features = ["display", "from"] }

[dev-dependencies]
criterion = "0.3"
criterion = "0.5"
rand = { version = "0.8.5", features = ["small_rng"] }

[features]
Expand Down

0 comments on commit e0d32e8

Please sign in to comment.