feat(build): Add CodeGenBuilder (#1154)
This commit adds a new `CodeGenBuilder` that replaces the client/server generate fn with a builder stlye that allows adding config items in an non-breaking way. This also deprecates both of the client/server generate fn in favor of the builder ones.
This commit is contained in:
@@ -12,7 +12,7 @@ license = "MIT"
|
||||
name = "tonic-build"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/hyperium/tonic"
|
||||
version = "0.8.2"
|
||||
version = "0.8.3"
|
||||
|
||||
[dependencies]
|
||||
prettyplease = { version = "0.1" }
|
||||
|
||||
Reference in New Issue
Block a user