We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0.2.0
1 parent e1159e9 commit e21c285Copy full SHA for e21c285
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "tonic-buf-build"
3
-version = "0.1.2"
+version = "0.2.0"
4
edition = "2021"
5
description = "A build helper that integrates buf.build to tonic-build."
6
license = "MIT"
@@ -9,9 +9,9 @@ repository = "https://github.com/Valensas/tonic-buf-build"
9
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
10
11
[dependencies]
12
-tonic-build = "0.10.0"
+tonic-build = "0.11"
13
serde = { version = "1.0", features = ["derive"] }
14
-serde_yaml = "0.9.22"
15
-uuid = { version = "1.2.2", features = ["v4", "fast-rng"] }
16
-prost-build = "0.12.1"
17
-scopeguard = "1.2.0"
+serde_yaml = "0.9"
+uuid = { version = "1.2", features = ["v4", "fast-rng"] }
+prost-build = "0.12"
+scopeguard = "1.2"
0 commit comments