Skip to content

Commit

Permalink
chore: bump to stable pilota and motore
Browse files Browse the repository at this point in the history
  • Loading branch information
PureWhiteWu committed Oct 23, 2023
1 parent afde195 commit b6fbb8d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 13 deletions.
15 changes: 10 additions & 5 deletions Cargo.lock

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

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

[workspace.dependencies]
# pilota = "0.9"
# pilota-build = "0.9"
# pilota-thrift-parser = "0.9"
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.9"
pilota-build = "0.9"
pilota-thrift-parser = "0.9"
#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" }
motore = "0.4"
#motore = { git = "https://github.com/cloudwego/motore", branch = "main" }

metainfo = "0.7"

Expand Down

0 comments on commit b6fbb8d

Please sign in to comment.