-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
751caef
commit 5999239
Showing
5 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
@@ -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"] } | ||
|