Skip to content

Commit

Permalink
Rust 0.3.1 (#225)
Browse files Browse the repository at this point in the history
* pb-rust: fix README, LICENSE refs

Signed-off-by: William Woodruff <[email protected]>

* sigstore_protobuf_specs: 0.3.1

Signed-off-by: William Woodruff <[email protected]>

* bump lockfile

Signed-off-by: William Woodruff <[email protected]>

---------

Signed-off-by: William Woodruff <[email protected]>
  • Loading branch information
woodruffw authored Feb 12, 2024
1 parent 0813796 commit a988767
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gen/pb-rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

0 comments on commit a988767

Please sign in to comment.