Skip to content

Commit

Permalink
fix: pilota codegen && remove afit (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
PureWhiteWu authored Oct 19, 2023
1 parent 795dd09 commit 1f27432
Show file tree
Hide file tree
Showing 7 changed files with 126 additions and 73 deletions.
78 changes: 48 additions & 30 deletions Cargo.lock

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

18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@ repository = "https://github.com/cloudwego/volo"
license = "MIT OR Apache-2.0"

[workspace.dependencies]
pilota = "0.8"
pilota-build = "0.8"
pilota-thrift-parser = "0.4"
# 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" }
# pilota = "0.8"
# pilota-build = "0.8"
# pilota-thrift-parser = "0.4"
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.3"

metainfo = "0.7"

anyhow = "1"
async-broadcast = "0.5"
async-broadcast = "0.6"
async-stream = "0.3"
async-trait = "0.1"
base64 = "0.13"
Expand Down Expand Up @@ -67,10 +67,10 @@ linked-hash-map = "0.5"
log = "0.4"
matchit = "0.7"
mur3 = "0.1"
nix = "0.26"
nix = "0.27"
nom = "7"
normpath = "1"
num_enum = "0.6"
num_enum = "0.7"
once_cell = "1"
parking_lot = "0.12"
paste = "1"
Expand Down
Loading

0 comments on commit 1f27432

Please sign in to comment.