Skip to content

Commit

Permalink
chore: prepare releases
Browse files Browse the repository at this point in the history
  • Loading branch information
neoeinstein committed Aug 22, 2024
1 parent 751caef commit 5999239
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions 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 protoc-gen-prost-crate/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "protoc-gen-prost-crate"
version = "0.4.0"
version = "0.4.1"
authors = ["Marcus Griep <[email protected]>"]
description = "Protocol Buffers compiler plugin powered by Prost!"
repository = "https://github.com/neoeinstein/protoc-gen-prost"
Expand All @@ -19,5 +19,5 @@ once_cell.workspace = true
prost-build.workspace = true
prost-types.workspace = true
prost.workspace = true
protoc-gen-prost = { version = "0.3.1", path = "../protoc-gen-prost" }
protoc-gen-prost = { version = "0.4.0", path = "../protoc-gen-prost" }
regex.workspace = true
4 changes: 2 additions & 2 deletions protoc-gen-prost-serde/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "protoc-gen-prost-serde"
version = "0.3.0"
version = "0.3.1"
authors = ["Marcus Griep <[email protected]>"]
description = "Protocol Buffers compiler plugin providing JSON serializations"
repository = "https://github.com/neoeinstein/protoc-gen-prost"
Expand All @@ -19,5 +19,5 @@ pbjson-build.workspace = true
prost-build.workspace = true
prost-types.workspace = true
prost.workspace = true
protoc-gen-prost = { version = "0.3.1", path = "../protoc-gen-prost" }
protoc-gen-prost = { version = "0.4.0", path = "../protoc-gen-prost" }
regex.workspace = true
2 changes: 1 addition & 1 deletion protoc-gen-prost/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "protoc-gen-prost"
version = "0.3.1"
version = "0.4.0"
authors = ["Marcus Griep <[email protected]>"]
description = "Protocol Buffers compiler plugin powered by Prost!"
repository = "https://github.com/neoeinstein/protoc-gen-prost"
Expand Down
4 changes: 2 additions & 2 deletions protoc-gen-tonic/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "protoc-gen-tonic"
version = "0.4.0"
version = "0.4.1"
authors = ["Marcus Griep <[email protected]>"]
description = "Protocol Buffers compiler plugin for gRPC services powered by Prost! and Tonic"
repository = "https://github.com/neoeinstein/protoc-gen-prost"
Expand All @@ -22,7 +22,7 @@ proc-macro2 = "1.0"
prost-build.workspace = true
prost-types.workspace = true
prost.workspace = true
protoc-gen-prost = { version = "0.3.1", path = "../protoc-gen-prost" }
protoc-gen-prost = { version = "0.4.0", path = "../protoc-gen-prost" }
quote = "1.0"
regex.workspace = true
syn = { version = "2.0.22", features = ["parsing", "full"] }
Expand Down

0 comments on commit 5999239

Please sign in to comment.