diff --git a/pb-test/gen/pb-jelly/proto_google/Cargo.toml.expected b/pb-test/gen/pb-jelly/proto_google/Cargo.toml.expected index b91bdf7..2a3a7f6 100644 --- a/pb-test/gen/pb-jelly/proto_google/Cargo.toml.expected +++ b/pb-test/gen/pb-jelly/proto_google/Cargo.toml.expected @@ -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" } diff --git a/pb-test/gen/pb-jelly/proto_nopackage/Cargo.toml.expected b/pb-test/gen/pb-jelly/proto_nopackage/Cargo.toml.expected index 81259ae..139fe9f 100644 --- a/pb-test/gen/pb-jelly/proto_nopackage/Cargo.toml.expected +++ b/pb-test/gen/pb-jelly/proto_nopackage/Cargo.toml.expected @@ -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" } diff --git a/pb-test/gen/pb-jelly/proto_pbtest/Cargo.toml.expected b/pb-test/gen/pb-jelly/proto_pbtest/Cargo.toml.expected index fec3897..aa30533 100644 --- a/pb-test/gen/pb-jelly/proto_pbtest/Cargo.toml.expected +++ b/pb-test/gen/pb-jelly/proto_pbtest/Cargo.toml.expected @@ -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" }