From fbef67e7123354805ed75be630ea77ea32e53349 Mon Sep 17 00:00:00 2001 From: Geoffry Song Date: Sun, 11 Feb 2024 22:33:08 -0800 Subject: [PATCH] Regenerate pb-test --- pb-test/gen/pb-jelly/proto_google/Cargo.toml.expected | 1 - pb-test/gen/pb-jelly/proto_nopackage/Cargo.toml.expected | 1 - pb-test/gen/pb-jelly/proto_pbtest/Cargo.toml.expected | 4 ++-- 3 files changed, 2 insertions(+), 4 deletions(-) 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" }