forked from QuentinPerez/tonic
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Prepare
alpha.5
release (hyperium#108)
Signed-off-by: Lucio Franco <[email protected]>
- Loading branch information
1 parent
5c2f4db
commit 3a39b1e
Showing
7 changed files
with
34 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
[package] | ||
name = "tonic-build" | ||
version = "0.1.0-alpha.4" | ||
version = "0.1.0-alpha.5" | ||
authors = ["Lucio Franco <[email protected]>"] | ||
edition = "2018" | ||
license = "MIT" | ||
documentation = "https://docs.rs/tonic/0.1.0-alpha.4/tonic/" | ||
documentation = "https://docs.rs/tonic/0.1.0-alpha.5/tonic/" | ||
repository = "https://github.com/hyperium/tonic" | ||
homepage = "https://github.com/hyperium/tonic" | ||
description = """ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,11 +8,11 @@ name = "tonic" | |
# - README.md | ||
# - Update CHANGELOG.md. | ||
# - Create "v0.1.x" git tag. | ||
version = "0.1.0-alpha.4" | ||
version = "0.1.0-alpha.5" | ||
authors = ["Lucio Franco <[email protected]>"] | ||
edition = "2018" | ||
license = "MIT" | ||
documentation = "https://docs.rs/tonic/0.1.0-alpha.4/tonic/" | ||
documentation = "https://docs.rs/tonic/0.1.0-alpha.5/tonic/" | ||
repository = "https://github.com/hyperium/tonic" | ||
homepage = "https://github.com/hyperium/tonic" | ||
description = """ | ||
|
@@ -75,7 +75,7 @@ tokio-openssl = { version = "=0.4.0-alpha.6", optional = true } | |
openssl1 = { package = "openssl", version = "0.10", optional = true } | ||
|
||
# rustls | ||
tokio-rustls = { version = "=0.12.0-alpha.4", optional = true } | ||
tokio-rustls = { version = "=0.12.0-alpha.5", optional = true } | ||
|
||
[dev-dependencies] | ||
static_assertions = "1.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters