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", 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..09c3ca39 100644 --- a/gen/pb-rust/sigstore-protobuf-specs/Cargo.toml +++ b/gen/pb-rust/sigstore-protobuf-specs/Cargo.toml @@ -1,13 +1,13 @@ [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" 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"]