Skip to content

Commit

Permalink
fixup! pb-rust: prost + pbjson
Browse files Browse the repository at this point in the history
  • Loading branch information
jleightcap committed Jul 19, 2023
1 parent 9c14b50 commit c8529b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gen/pb-rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sigstore_protobuf_specs"
version = "0.1.0-rc.1"
version = "0.1.0-rc.2"
exclude = ["codegen/"]
authors = ["Sigstore Authors <sigstore-dev@googlegroups.com>"]
edition = "2021"
Expand All @@ -15,4 +15,4 @@ categories = ["encoding", "parser-implementations"]
[dependencies]
pbjson-types = "0.5.1"
prost = "0.11.9"
serde = {version = "1.0", features = ["derive"]}
serde = {version = "1.0", features = ["derive"]}

0 comments on commit c8529b0

Please sign in to comment.