From 2b9b79c0e2a0b9ec66d91770efa04b3deb036b9b Mon Sep 17 00:00:00 2001 From: Millione Date: Fri, 29 Nov 2024 15:17:32 +0800 Subject: [PATCH] bump version --- Cargo.lock | 13 ++++++++----- Cargo.toml | 12 ++++++------ tests/code-generation-workspace-split/Cargo.toml | 9 +++------ volo-build/Cargo.toml | 2 +- volo-cli/Cargo.toml | 2 +- 5 files changed, 19 insertions(+), 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6e653413..e538d067 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2357,7 +2357,8 @@ dependencies = [ [[package]] name = "pilota" version = "0.11.8" -source = "git+https://github.com/cloudwego/pilota.git?branch=main#f6859a908792fa2572c5f17432b4c7378ffc826b" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d18f400b02a75df232f315ad31c6d15b1b649237151ebe8b242eee1657330137" dependencies = [ "ahash", "anyhow", @@ -2379,7 +2380,8 @@ dependencies = [ [[package]] name = "pilota-build" version = "0.11.27" -source = "git+https://github.com/cloudwego/pilota.git?branch=main#f6859a908792fa2572c5f17432b4c7378ffc826b" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba01ed6ca5328ba34f19a26de53f8a8f058cc0ce0412bebe466c61a10587eec9" dependencies = [ "ahash", "anyhow", @@ -2411,7 +2413,8 @@ dependencies = [ [[package]] name = "pilota-thrift-parser" version = "0.11.5" -source = "git+https://github.com/cloudwego/pilota.git?branch=main#f6859a908792fa2572c5f17432b4c7378ffc826b" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6f96e098d21a8d4f88242e9523140036a0e31bde96edc915c7b5ed24e32980c8" dependencies = [ "nom", ] @@ -4079,7 +4082,7 @@ dependencies = [ [[package]] name = "volo-build" -version = "0.10.17" +version = "0.10.18" dependencies = [ "ahash", "anyhow", @@ -4109,7 +4112,7 @@ dependencies = [ [[package]] name = "volo-cli" -version = "0.10.4" +version = "0.10.5" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 0ef9f980..d4fc7543 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,12 +24,12 @@ license = "MIT OR Apache-2.0" rust-version = "1.80.0" [workspace.dependencies] -#pilota = "0.11" -#pilota-build = "0.11" -#pilota-thrift-parser = "0.11" -pilota = { git = "https://github.com/cloudwego/pilota.git", branch = "main" } -pilota-build = { git = "https://github.com/cloudwego/pilota.git", branch = "main" } -pilota-thrift-parser = { git = "https://github.com/cloudwego/pilota.git", branch = "main" } +pilota = "0.11" +pilota-build = "0.11" +pilota-thrift-parser = "0.11" +# pilota = { git = "https://github.com/cloudwego/pilota.git", branch = "main" } +# pilota-build = { git = "https://github.com/cloudwego/pilota.git", branch = "main" } +# pilota-thrift-parser = { git = "https://github.com/cloudwego/pilota.git", branch = "main" } motore = "0.4" # motore = { git = "https://github.com/cloudwego/motore.git", branch = "main" } diff --git a/tests/code-generation-workspace-split/Cargo.toml b/tests/code-generation-workspace-split/Cargo.toml index f3f7e467..e99a92dc 100644 --- a/tests/code-generation-workspace-split/Cargo.toml +++ b/tests/code-generation-workspace-split/Cargo.toml @@ -4,8 +4,7 @@ name = "gen" test = false [dependencies.pilota-build] -branch = "main" -git = "https://github.com/cloudwego/pilota" +version = "*" [dependencies.volo-build] workspace = true @@ -17,8 +16,7 @@ publish = false version = "0.0.0" [workspace] -members = [ -] +members = [] [workspace.dependencies] anyhow = "1" @@ -27,8 +25,7 @@ lazy_static = "1" serde = "1" [workspace.dependencies.pilota] -branch = "main" -git = "https://github.com/cloudwego/pilota" +version = "*" [workspace.dependencies.volo] path = "../../volo" diff --git a/volo-build/Cargo.toml b/volo-build/Cargo.toml index 01f4a26f..671227f7 100644 --- a/volo-build/Cargo.toml +++ b/volo-build/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "volo-build" -version = "0.10.17" +version = "0.10.18" edition.workspace = true homepage.workspace = true repository.workspace = true diff --git a/volo-cli/Cargo.toml b/volo-cli/Cargo.toml index c5d4278a..f6def44e 100644 --- a/volo-cli/Cargo.toml +++ b/volo-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "volo-cli" -version = "0.10.4" +version = "0.10.5" edition.workspace = true homepage.workspace = true repository.workspace = true