Skip to content

Commit

Permalink
chore: Update prost (0.12) and tonic (0.10) (#42)
Browse files Browse the repository at this point in the history
* chore: update prost and tonic

* chore: update lib version
  • Loading branch information
AjithPanneerselvam authored Nov 2, 2023
1 parent 8b0c318 commit 200ba65
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions grpc-build-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "grpc-build-core"
version = "0.2.0"
version = "0.3.0"
authors = ["Stefan Adrian Danaita <[email protected]>"]
license = "MIT"
edition = "2021"
Expand All @@ -14,6 +14,6 @@ keywords = ["grpc", "tonic", "proto"]
categories = ["development-tools"]

[dependencies]
grpc-build-derive = { version = "0.2.0", path = "../grpc-build-derive" }
prost-types = "0.11"
grpc-build-derive = { version = "0.3.0", path = "../grpc-build-derive" }
prost-types = "0.12"
bytes = "1"
2 changes: 1 addition & 1 deletion grpc-build-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "grpc-build-derive"
version = "0.2.0"
version = "0.3.0"
authors = ["Stefan Adrian Danaita <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down
12 changes: 6 additions & 6 deletions grpc-build/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "grpc-build"
version = "5.0.0"
version = "6.0.0"
authors = ["Stefan Adrian Danaita <[email protected]>"]
license = "MIT"
edition = "2021"
Expand All @@ -22,18 +22,18 @@ path = "src/lib.rs"
name = "grpc_build"

[dependencies]
prost = "0.11"
prost = "0.12"
anyhow = "1"
tonic-build = "0.9"
prost-build = "0.11"
tonic-build = "0.10"
prost-build = "0.12"
clap = { version = "4.0.32", features = ["derive"] }
paw = "1"
walkdir = "2.3"
tempfile = "3.3"
prost-types = "0.11"
prost-types = "0.12"
fs-err = "2.7"

[dev-dependencies]
tonic = "0.9"
tonic = "0.10"
trybuild = "1.0"
grpc-build-core = { path = "../grpc-build-core"}

0 comments on commit 200ba65

Please sign in to comment.