We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeaefd8 commit ea0bd0dCopy full SHA for ea0bd0d
protoschema/Cargo.toml
@@ -11,7 +11,6 @@ edition.workspace = true
11
readme = "README.md"
12
13
[package.metadata.release]
14
-tag-name = "v{{version}}"
15
pre-release-hook = [
16
"sh",
17
"-c",
@@ -34,11 +33,6 @@ common_types = []
34
33
## Enables macros for generating fields with types coming from the `google.rpc` package.
35
rpc_types = []
36
37
-# [dev-dependencies]
38
-# protocheck-build = { workspace = true }
39
-# proto-types = { workspace = true }
40
-# prost-build = { workspace = true }
41
-
42
[package.metadata.docs.rs]
43
all-features = true
44
rustdoc-args = ["--cfg", "docsrs"]
0 commit comments