Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
yutannihilation committed Feb 8, 2025
1 parent 05e0578 commit e7aac99
Show file tree
Hide file tree
Showing 3 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
Expand Up @@ -12,8 +12,8 @@ exclude = ["/book", "/R-package", "README.qmd"]
rust-version = "1.70.0"

[dependencies]
savvy-ffi = { version = "0.8.5", path = "./savvy-ffi" }
savvy-macro = { version = "0.8.5", path = "./savvy-macro" }
savvy-ffi = { version = "0.8.6-rc.1", path = "./savvy-ffi" }
savvy-macro = { version = "0.8.6-rc.1", path = "./savvy-macro" }
num-complex = { version = "0.4.5", optional = true }

log = { version = "0.4", optional = true }
Expand Down Expand Up @@ -67,7 +67,7 @@ members = ["savvy-macro", "savvy-bindgen", "savvy-cli", "savvy-ffi", "xtask"]
resolver = "2"

[workspace.package]
version = "0.8.5"
version = "0.8.6-rc.1"
edition = "2021"
authors = ["Hiroaki Yutani"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion savvy-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ clap = { version = "4", features = ["derive"] }
async-process = "2"
futures-lite = "2"

savvy-bindgen = { version = "0.8.5", path = "../savvy-bindgen", features = [
savvy-bindgen = { version = "0.8.6-rc.1", path = "../savvy-bindgen", features = [
"use_formatter",
] }
dirs = "6"
Expand Down
2 changes: 1 addition & 1 deletion savvy-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ proc-macro2 = "1"
quote = "1"
syn = { version = "2", features = ["full", "extra-traits"] }

savvy-bindgen = { version = "0.8.5", path = "../savvy-bindgen" }
savvy-bindgen = { version = "0.8.6-rc.1", path = "../savvy-bindgen" }

[dev-dependencies]
trybuild = "1"
Expand Down

0 comments on commit e7aac99

Please sign in to comment.