Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BSD-3-Clause and version bump #29

Merged
merged 1 commit into from
Oct 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading