Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rust: post-release cleanup #234

Merged
merged 1 commit into from
Feb 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
202 changes: 0 additions & 202 deletions gen/pb-rust/LICENSE

This file was deleted.

2 changes: 1 addition & 1 deletion gen/pb-rust/sigstore-protobuf-specs-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ 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"
license = "Apache-2.0"
keywords = ["sigstore"]

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion gen/pb-rust/sigstore-protobuf-specs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ 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"
license = "Apache-2.0"
keywords = ["sigstore"]
categories = ["encoding", "parser-implementations"]

Expand Down