Skip to content

Commit

Permalink
Bump nightly version
Browse files Browse the repository at this point in the history
  • Loading branch information
zizhengtai committed Oct 1, 2019
1 parent 1e8709a commit 1b0a614
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions bifrost-stun/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ readme = "README.md"
[dependencies]
bytes = "0.4"
nom = "5.0"
tokio-codec = "=0.2.0-alpha.5"
tokio-sync = "=0.2.0-alpha.5"
tokio-timer = "=0.3.0-alpha.5"
tokio-codec = "=0.2.0-alpha.6"
tokio-sync = "=0.2.0-alpha.6"
tokio-timer = "=0.3.0-alpha.6"

[dev-dependencies]
bytecodec = "0.4"
futures-util-preview = "=0.3.0-alpha.18"
futures-util-preview = "=0.3.0-alpha.19"
stun_codec = "0.1"
tokio-executor = "=0.2.0-alpha.5"
tokio-test = "=0.2.0-alpha.5"
tokio-executor = "=0.2.0-alpha.6"
tokio-test = "=0.2.0-alpha.6"
2 changes: 1 addition & 1 deletion bifrost-webrtc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ readme = "README.md"
[dependencies]
bifrost-stun = { version = "=0.1.0-alpha", path = "../bifrost-stun" }
bytes = "0.4"
tokio-codec = "=0.2.0-alpha.5"
tokio-codec = "=0.2.0-alpha.6"
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nightly-2019-09-25
nightly-2019-09-28

0 comments on commit 1b0a614

Please sign in to comment.