Skip to content

Commit

Permalink
chore: update lib version
Browse files Browse the repository at this point in the history
  • Loading branch information
AjithPanneerselvam committed Oct 25, 2023
1 parent 3f23342 commit 3fe6439
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 <me@dsa.io>"]
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" }
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 <me@dsa.io>"]
edition = "2021"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion 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 <me@dsa.io>"]
license = "MIT"
edition = "2021"
Expand Down

0 comments on commit 3fe6439

Please sign in to comment.