Skip to content

Commit c555eef

Browse files
djcRalith
authored andcommitted
Bump version numbers to 0.5.0
1 parent e938231 commit c555eef

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

quinn-h3/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ err-derive = "0.2"
2929
futures = "0.3.1"
3030
http = "0.2"
3131
lazy_static = "1"
32-
quinn-proto = { path = "../quinn-proto", version = "0.4.0" }
33-
quinn = { path = "../quinn", version = "0.4.0" }
32+
quinn-proto = { path = "../quinn-proto", version = "0.5.0" }
33+
quinn = { path = "../quinn", version = "0.5.0" }
3434
tokio = "0.2.2"
3535
tokio-util = { version = "0.2.0", features = ["codec"] }
3636

quinn-proto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "quinn-proto"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
authors = ["Benjamin Saunders <ben.e.saunders@gmail.com>", "Dirkjan Ochtman <dirkjan@ochtman.nl>"]
55
license = "MIT/Apache-2.0"
66
repository = "https://github.com/djc/quinn"

quinn/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "quinn"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
authors = ["Benjamin Saunders <ben.e.saunders@gmail.com>", "Dirkjan Ochtman <dirkjan@ochtman.nl>"]
55
license = "MIT/Apache-2.0"
66
repository = "https://github.com/djc/quinn"
@@ -31,7 +31,7 @@ err-derive = "0.2"
3131
futures = "0.3.1"
3232
libc = "0.2.49"
3333
mio = "0.6"
34-
proto = { package = "quinn-proto", path = "../quinn-proto", version = "0.4.0" }
34+
proto = { package = "quinn-proto", path = "../quinn-proto", version = "0.5.0" }
3535
rustls = { version = "0.16", features = ["quic"] }
3636
rustls-native-certs = { version = "0.1.0", optional = true }
3737
tracing = "0.1.10"

0 commit comments

Comments
 (0)