Commit 25df8a88 by dongshufeng

chore(all): Bump protobuf

parent 813db968
......@@ -10,7 +10,7 @@ log = "^0.4"
serde = { version = "1", features = ["derive"] }
serde_json = "1.0"
petgraph = "0.6"
protobuf = "3.5"
protobuf = "3.7"
# this repo
eig-domain = { path = "../eig-domain"}
......
......@@ -8,7 +8,7 @@ build = "build.rs"
[dependencies]
serde = { version = "1.0", features = ["derive"] }
protobuf = { version = "3.5", features = ["with-bytes"] }
protobuf = { version = "3.7", features = ["with-bytes"] }
# this project
eig-expr = { path = "../eig-expr" }
......@@ -20,4 +20,4 @@ encoding_rs = "0.8.34"
[build-dependencies]
# protobuf-codegen-pure = "2.28"
protobuf-codegen = "3.5"
protobuf = { version = "3.5", features = ["with-bytes"] }
\ No newline at end of file
protobuf = { version = "3.7", features = ["with-bytes"] }
\ No newline at end of file
......@@ -10,7 +10,7 @@ log = "0.4"
bytes = "1.8"
byteorder = "1.5"
csv = "1.3"
protobuf = { version = "3.5", features = ["with-bytes"] }
protobuf = { version = "3.7", features = ["with-bytes"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
ciborium = "0.2"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论