Skip to content

Commit

Permalink
BSD-3-Clause and version bump (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
milesgranger authored Oct 14, 2024
1 parent 688e09f commit 7dd3626
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "isal-rs"
version = "0.5.2+496255c"
version = "0.5.3+496255c"
edition = "2021"
description = "isa-l Rust bindings"
readme = "README.md"
license = "MIT AND BSD-3-Clause"
license = "BSD-3-Clause"
authors = ["Miles Granger <[email protected]>"]
documentation = "https://docs.rs/isal-rs"
homepage = "https://github.com/milesgranger/isal-rs"
Expand All @@ -29,7 +29,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.5.2+496255c", default-features = false }
isal-sys = { path = "isal-sys", version = "0.5.3+496255c", default-features = false }

[dev-dependencies]
criterion = { version = "0.5", features = ["html_reports"] }
Expand Down
4 changes: 2 additions & 2 deletions isal-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "isal-sys"
version = "0.5.2+496255c"
version = "0.5.3+496255c"
edition = "2021"
description = "isa-l sys crate"
license = "MIT AND BSD-3-Clause"
license = "BSD-3-Clause"
authors = ["Miles Granger <[email protected]>"]
documentation = "https://docs.rs/isal-rs"
homepage = "https://github.com/milesgranger/isal-rs"
Expand Down

0 comments on commit 7dd3626

Please sign in to comment.