Skip to content

Commit

Permalink
chore: use my own fixed version of the protobuf crate.
Browse files Browse the repository at this point in the history
The fixes were sent for review to the original repository:

stepancheg/rust-protobuf#740

Until these fixes are merged and published in a new release, we'll depend on my own version.
  • Loading branch information
plusvic committed Sep 5, 2024
1 parent 230ad4c commit c18a56b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 26 deletions.
27 changes: 11 additions & 16 deletions Cargo.lock

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

20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,16 +75,16 @@ num-derive = "0.4.2"
p256 = "0.13.2"
p384 = "0.13.0"
pretty_assertions = "1.4.0"
#protobuf = { path = "../rust-protobuf/protobuf" }
#protobuf-codegen = { path = "../rust-protobuf/protobuf-codegen" }
#protobuf-json-mapping = { path = "../rust-protobuf/protobuf-json-mapping" }
#protobuf-parse = { path = "../rust-protobuf/protobuf-parse" }
#protobuf-support = { path = "../rust-protobuf/protobuf-support" }
protobuf = "3.5.0"
protobuf-codegen = "3.5.0"
protobuf-json-mapping = "3.5.0"
protobuf-parse = "3.5.0"
protobuf-support = "3.5.0"
# protobuf = "3.5.0"
# protobuf-codegen = "3.5.0"
# protobuf-json-mapping = "3.5.0"
# protobuf-parse = "3.5.0"
# protobuf-support = "3.5.0"
protobuf = { git = "https://github.com/plusvic/rust-protobuf", rev = "53091cb35870e8fea17971326b7d1f84e2d832a2" }
protobuf-codegen = { git = "https://github.com/plusvic/rust-protobuf", rev = "53091cb35870e8fea17971326b7d1f84e2d832a2" }
protobuf-json-mapping = { git = "https://github.com/plusvic/rust-protobuf", rev = "53091cb35870e8fea17971326b7d1f84e2d832a2" }
protobuf-parse = { git = "https://github.com/plusvic/rust-protobuf", rev = "53091cb35870e8fea17971326b7d1f84e2d832a2" }
protobuf-support = { git = "https://github.com/plusvic/rust-protobuf", rev = "53091cb35870e8fea17971326b7d1f84e2d832a2" }
rayon = "1.10.0"
regex-syntax = "0.8.4"
regex-automata = "0.4.7"
Expand Down

0 comments on commit c18a56b

Please sign in to comment.