@@ -24,11 +24,11 @@ license = "MIT OR Apache-2.0"
2424rust-version = " 1.85.0"
2525
2626[workspace .dependencies ]
27- pilota = " 0.12 "
28- pilota-build = " 0.12.2 "
29- pilota-thrift-parser = " 0.12 "
30- pilota-thrift-reflect = " 0.1 "
31- pilota-thrift-fieldmask = " 0.1 "
27+ pilota = " 0.13 "
28+ pilota-build = " 0.13 "
29+ pilota-thrift-parser = " 0.13 "
30+ pilota-thrift-reflect = " 0.2 "
31+ pilota-thrift-fieldmask = " 0.2 "
3232motore = " 0.4.1"
3333metainfo = " 0.7.14"
3434
@@ -151,16 +151,11 @@ panic = 'unwind'
151151incremental = false
152152overflow-checks = false
153153
154- [patch .crates-io ]
154+ # [patch.crates-io]
155155# pilota = { git = "https://github.com/cloudwego/pilota.git", branch = "main" }
156156# pilota-build = { git = "https://github.com/cloudwego/pilota.git", branch = "main" }
157157# pilota-thrift-parser = { git = "https://github.com/cloudwego/pilota.git", branch = "main" }
158158# pilota-thrift-reflect = { git = "https://github.com/cloudwego/pilota.git", branch = "main" }
159159# pilota-thrift-fieldmask = { git = "https://github.com/cloudwego/pilota.git", branch = "main" }
160160# motore = { git = "https://github.com/cloudwego/motore.git", branch = "main" }
161161# metainfo = { git = "https://github.com/cloudwego/metainfo.git", branch = "main"}
162- pilota = { git = " https://github.com/cloudwego/pilota.git" , branch = " refactor/ast" }
163- pilota-build = { git = " https://github.com/cloudwego/pilota.git" , branch = " refactor/ast" }
164- pilota-thrift-parser = { git = " https://github.com/cloudwego/pilota.git" , branch = " refactor/ast" }
165- pilota-thrift-reflect = { git = " https://github.com/cloudwego/pilota.git" , branch = " refactor/ast" }
166- pilota-thrift-fieldmask = { git = " https://github.com/cloudwego/pilota.git" , branch = " refactor/ast" }
0 commit comments