From e7aac99188addd3d39a3c62c6f645ea4b6699c90 Mon Sep 17 00:00:00 2001 From: Hiroaki Yutani Date: Sat, 8 Feb 2025 15:04:49 +0900 Subject: [PATCH] chore: Release --- Cargo.toml | 6 +++--- savvy-cli/Cargo.toml | 2 +- savvy-macro/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index df3ed6d..8893aca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 } @@ -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" diff --git a/savvy-cli/Cargo.toml b/savvy-cli/Cargo.toml index 0451f49..0de1f6b 100644 --- a/savvy-cli/Cargo.toml +++ b/savvy-cli/Cargo.toml @@ -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" diff --git a/savvy-macro/Cargo.toml b/savvy-macro/Cargo.toml index b8bc6fe..db1ddd9 100644 --- a/savvy-macro/Cargo.toml +++ b/savvy-macro/Cargo.toml @@ -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"