Skip to content

Commit

Permalink
Bump version numbers to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
djc authored and Ralith committed Dec 3, 2019
1 parent e938231 commit c555eef
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions quinn-h3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ err-derive = "0.2"
futures = "0.3.1"
http = "0.2"
lazy_static = "1"
quinn-proto = { path = "../quinn-proto", version = "0.4.0" }
quinn = { path = "../quinn", version = "0.4.0" }
quinn-proto = { path = "../quinn-proto", version = "0.5.0" }
quinn = { path = "../quinn", version = "0.5.0" }
tokio = "0.2.2"
tokio-util = { version = "0.2.0", features = ["codec"] }

Expand Down
2 changes: 1 addition & 1 deletion quinn-proto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "quinn-proto"
version = "0.4.0"
version = "0.5.0"
authors = ["Benjamin Saunders <[email protected]>", "Dirkjan Ochtman <[email protected]>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/djc/quinn"
Expand Down
4 changes: 2 additions & 2 deletions quinn/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "quinn"
version = "0.4.0"
version = "0.5.0"
authors = ["Benjamin Saunders <[email protected]>", "Dirkjan Ochtman <[email protected]>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/djc/quinn"
Expand Down Expand Up @@ -31,7 +31,7 @@ err-derive = "0.2"
futures = "0.3.1"
libc = "0.2.49"
mio = "0.6"
proto = { package = "quinn-proto", path = "../quinn-proto", version = "0.4.0" }
proto = { package = "quinn-proto", path = "../quinn-proto", version = "0.5.0" }
rustls = { version = "0.16", features = ["quic"] }
rustls-native-certs = { version = "0.1.0", optional = true }
tracing = "0.1.10"
Expand Down

0 comments on commit c555eef

Please sign in to comment.