Skip to content

Commit

Permalink
Release: skf-api to 0.5.0 and skf-rs to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Mar 31, 2024
1 parent 28e9daa commit 6a69b34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion skf-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "skf-api"
version = "0.4.0"
version = "0.5.0"
edition = "2021"
authors = [
"CJ <power4j@outlook.com>",
Expand Down
4 changes: 2 additions & 2 deletions skf-rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "skf-rs"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
authors = [
"CJ <power4j@outlook.com>",
Expand All @@ -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"
Expand Down

0 comments on commit 6a69b34

Please sign in to comment.