Skip to content

Commit

Permalink
Bump version -> 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
milesgranger committed Oct 4, 2024
1 parent e872e08 commit 77710d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 = "isal-rs"
version = "0.4.0+496255c"
version = "0.5.0+496255c"
edition = "2021"
description = "isa-l Rust bindings"
readme = "README.md"
Expand Down Expand Up @@ -28,7 +28,7 @@ use-system-isal = ["isal-sys/use-system-isal"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
isal-sys = { path = "isal-sys", version = "0.4.0+496255c" }
isal-sys = { path = "isal-sys", version = "0.5.0+496255c" }

[dev-dependencies]
criterion = { version = "0.5", features = ["html_reports"] }
Expand Down
2 changes: 1 addition & 1 deletion isal-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "isal-sys"
version = "0.4.0+496255c"
version = "0.5.0+496255c"
edition = "2021"
description = "isa-l sys crate"
license = "MIT AND BSD-3-Clause"
Expand Down

0 comments on commit 77710d0

Please sign in to comment.