diff --git a/skf-api/Cargo.toml b/skf-api/Cargo.toml index 5bb3347..ea9cbd3 100644 --- a/skf-api/Cargo.toml +++ b/skf-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "skf-api" -version = "0.4.0" +version = "0.5.0" edition = "2021" authors = [ "CJ ", diff --git a/skf-rs/Cargo.toml b/skf-rs/Cargo.toml index 44e6eb2..951f5bb 100644 --- a/skf-rs/Cargo.toml +++ b/skf-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "skf-rs" -version = "0.2.0" +version = "0.3.0" edition = "2021" authors = [ "CJ ", @@ -17,7 +17,7 @@ categories = ["hardware-support"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -skf-api= { path = "../skf-api", version = "0.4.0" } +skf-api= { path = "../skf-api", version = "0.5.0" } tracing = "0.1" thiserror = "1.0" anyhow = "1.0"