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 4e26b5b
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 38 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

0 comments on commit 4e26b5b

Please sign in to comment.