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 0.3.1 #225

Merged
merged 3 commits into from
Feb 12, 2024
Merged
Show file tree
Hide file tree
Changes from 2 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
4 changes: 2 additions & 2 deletions gen/pb-rust/sigstore-protobuf-specs-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ authors = ["Sigstore Authors <[email protected]>"]
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]
Expand Down
6 changes: 3 additions & 3 deletions gen/pb-rust/sigstore-protobuf-specs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "sigstore_protobuf_specs"
version = "0.3.0"
version = "0.3.1"
authors = ["Sigstore Authors <[email protected]>"]
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"]

Expand Down
Loading