Skip to content

Commit

Permalink
Use main pilota branch again
Browse files Browse the repository at this point in the history
  • Loading branch information
missingdays committed Nov 25, 2024
1 parent 9c07335 commit 66f6125
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 42 deletions.
59 changes: 24 additions & 35 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ rust-version = "1.80.0"
#pilota = "0.11"
#pilota-build = "0.11"
#pilota-thrift-parser = "0.11"
pilota = { git = "https://github.com/missingdays/pilota", branch = "fix/context-mode-pub" }
pilota-build = { git = "https://github.com/missingdays/pilota", branch = "fix/context-mode-pub" }
pilota-thrift-parser = { git = "https://github.com/missingdays/pilota", branch = "fix/context-mode-pub" }
pilota = { git = "https://github.com/cloudwego/pilota", branch = "main" }
pilota-build = { git = "https://github.com/cloudwego/pilota", branch = "main" }
pilota-thrift-parser = { git = "https://github.com/cloudwego/pilota", branch = "main" }

motore = "0.4"
# motore = { git = "https://github.com/cloudwego/motore", branch = "main" }
Expand Down
8 changes: 4 additions & 4 deletions tests/code-generation-workspace-split/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ name = "gen"
test = false

[dependencies.pilota-build]
branch = "fix/context-mode-pub"
git = "https://github.com/missingdays/pilota"
branch = "main"
git = "https://github.com/cloudwego/pilota"

[dependencies.volo-build]
workspace = true
Expand All @@ -31,8 +31,8 @@ lazy_static = "1"
serde = "1"

[workspace.dependencies.pilota]
branch = "fix/context-mode-pub"
git = "https://github.com/missingdays/pilota"
branch = "main"
git = "https://github.com/cloudwego/pilota"

[workspace.dependencies.volo]
path = "../../volo"
Expand Down

0 comments on commit 66f6125

Please sign in to comment.