From 283db7ae543863498fccfc07fb6cac630d2f9441 Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Mon, 12 Feb 2024 18:12:45 -0500 Subject: [PATCH 1/3] pb-rust: fix README, LICENSE refs Signed-off-by: William Woodruff --- gen/pb-rust/sigstore-protobuf-specs-derive/Cargo.toml | 4 ++-- gen/pb-rust/sigstore-protobuf-specs/Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gen/pb-rust/sigstore-protobuf-specs-derive/Cargo.toml b/gen/pb-rust/sigstore-protobuf-specs-derive/Cargo.toml index 987f56f4..7f429f80 100644 --- a/gen/pb-rust/sigstore-protobuf-specs-derive/Cargo.toml +++ b/gen/pb-rust/sigstore-protobuf-specs-derive/Cargo.toml @@ -6,8 +6,8 @@ authors = ["Sigstore Authors "] homepage = "https://github.com/sigstore/protobuf-specs" repository = "https://github.com/sigstore/protobuf-specs" description = "Derive macros for sigstore-protobuf-specs. This is an implementation detail, you do not need this dependency." -readme = "README.md" -license-file = "LICENSE" +readme = "../README.md" +license-file = "../LICENSE" keywords = ["sigstore"] [dependencies] diff --git a/gen/pb-rust/sigstore-protobuf-specs/Cargo.toml b/gen/pb-rust/sigstore-protobuf-specs/Cargo.toml index ac40fdb7..9bac6c34 100644 --- a/gen/pb-rust/sigstore-protobuf-specs/Cargo.toml +++ b/gen/pb-rust/sigstore-protobuf-specs/Cargo.toml @@ -6,8 +6,8 @@ edition = "2021" homepage = "https://github.com/sigstore/protobuf-specs" repository = "https://github.com/sigstore/protobuf-specs" description = "A library for serializing and deserializing Sigstore messages" -readme = "README.md" -license-file = "LICENSE" +readme = "../README.md" +license-file = "../LICENSE" keywords = ["sigstore"] categories = ["encoding", "parser-implementations"] From 4d1b14b015460fbde62133865c0a0b090b958711 Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Mon, 12 Feb 2024 18:14:42 -0500 Subject: [PATCH 2/3] sigstore_protobuf_specs: 0.3.1 Signed-off-by: William Woodruff --- gen/pb-rust/sigstore-protobuf-specs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen/pb-rust/sigstore-protobuf-specs/Cargo.toml b/gen/pb-rust/sigstore-protobuf-specs/Cargo.toml index 9bac6c34..09c3ca39 100644 --- a/gen/pb-rust/sigstore-protobuf-specs/Cargo.toml +++ b/gen/pb-rust/sigstore-protobuf-specs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sigstore_protobuf_specs" -version = "0.3.0" +version = "0.3.1" authors = ["Sigstore Authors "] edition = "2021" homepage = "https://github.com/sigstore/protobuf-specs" From 6de61dce438b900ef872a4b8a4ab6d4036230919 Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Mon, 12 Feb 2024 18:19:24 -0500 Subject: [PATCH 3/3] bump lockfile Signed-off-by: William Woodruff --- gen/pb-rust/Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen/pb-rust/Cargo.lock b/gen/pb-rust/Cargo.lock index d73a1e59..469782b6 100644 --- a/gen/pb-rust/Cargo.lock +++ b/gen/pb-rust/Cargo.lock @@ -414,7 +414,7 @@ dependencies = [ [[package]] name = "sigstore_protobuf_specs" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "glob",