From 7dd3626ad50145efac15342b8d10b17e030c41fb Mon Sep 17 00:00:00 2001 From: Miles Granger Date: Mon, 14 Oct 2024 20:37:38 +0200 Subject: [PATCH] BSD-3-Clause and version bump (#29) --- Cargo.toml | 6 +++--- isal-sys/Cargo.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 69880bc..458abb0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] documentation = "https://docs.rs/isal-rs" homepage = "https://github.com/milesgranger/isal-rs" @@ -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"] } diff --git a/isal-sys/Cargo.toml b/isal-sys/Cargo.toml index f8917f3..0bf5b1d 100644 --- a/isal-sys/Cargo.toml +++ b/isal-sys/Cargo.toml @@ -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 "] documentation = "https://docs.rs/isal-rs" homepage = "https://github.com/milesgranger/isal-rs"