Skip to content

Commit

Permalink
Regenerate pb-test
Browse files Browse the repository at this point in the history
  • Loading branch information
goffrie committed Feb 12, 2024
1 parent f116b39 commit 2dd9d56
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion pb-test/gen/pb-jelly/proto_google/Cargo.toml.expected
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ version = "0.0.1"
edition = "2018"

[dependencies]
compact_str = {features=["bytes"], version = "0.5" }
lazy_static = { version = "1.4.0" }
pb-jelly = { version = "0.0.16" }
1 change: 0 additions & 1 deletion pb-test/gen/pb-jelly/proto_nopackage/Cargo.toml.expected
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ version = "0.0.1"
edition = "2018"

[dependencies]
compact_str = {features=["bytes"], version = "0.5" }
lazy_static = { version = "1.4.0" }
pb-jelly = { version = "0.0.16" }
4 changes: 2 additions & 2 deletions pb-test/gen/pb-jelly/proto_pbtest/Cargo.toml.expected
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2018"

[dependencies]
bytes = { version = "1.0" }
compact_str = {features=["bytes"], version = "0.5" }
compact_str = { features=["bytes"], version = "0.5" }
lazy_static = { version = "1.4.0" }
pb-jelly = { version = "0.0.16" }
proto_google = {path = "../proto_google"}
proto_google = { path = "../proto_google" }

0 comments on commit 2dd9d56

Please sign in to comment.