Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralith authored and djc committed Jan 21, 2019
1 parent 1831489 commit d5ad558
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion interop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Benjamin Saunders <[email protected]>"]
edition = "2018"

[dependencies]
quinn = { path = "../quinn", version = "0.1.0" }
quinn = { path = "../quinn" }
slog-term = "2"
structopt = "0.2.7"
tokio = "0.1.6"
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.1.0"
version = "0.2.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.1.0"
version = "0.2.0"
authors = ["Benjamin Saunders <[email protected]>", "Dirkjan Ochtman <[email protected]>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/djc/quinn"
Expand All @@ -24,7 +24,7 @@ bytes = "0.4.7"
err-derive = "0.1.5"
fnv = "1.0.6"
futures = "0.1.21"
quinn-proto = { path = "../quinn-proto", version = "0.1.0" }
quinn-proto = { path = "../quinn-proto", version = "0.2.0" }
rand = "0.6"
rustls = { version = "0.15", features = ["quic"] }
slog = "2.1"
Expand Down

0 comments on commit d5ad558

Please sign in to comment.