Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Millione committed Nov 29, 2024
1 parent 0a65f9b commit 2b9b79c
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
13 changes: 8 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
9 changes: 3 additions & 6 deletions tests/code-generation-workspace-split/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -17,8 +16,7 @@ publish = false
version = "0.0.0"

[workspace]
members = [
]
members = []

[workspace.dependencies]
anyhow = "1"
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion volo-build/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion volo-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 2b9b79c

Please sign in to comment.