Skip to content

Commit eb8f29a

Browse files
committed
Update to tokio 0.3 and bump major version number
1 parent 4a374ea commit eb8f29a

File tree

4 files changed

+76
-219
lines changed

4 files changed

+76
-219
lines changed

examples/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ edition = "2018"
99
[dev-dependencies]
1010
futures = "0.3.4"
1111
libtls = { path = "../libtls", version = "1.2.0" }
12-
tokio-libtls = { path = "../tokio-libtls", version = "1.2.0" }
13-
tokio = { version = "0.2.16", features = ["full"] }
12+
tokio-libtls = { path = "../tokio-libtls", version = "2.0.0" }
13+
tokio = { version = "0.3.4", features = ["full"] }
1414

1515
[[example]]
1616
name = "config"

tokio-libtls/Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tokio-libtls"
3-
version = "1.2.0"
3+
version = "2.0.0"
44
authors = ["Reyk Floeter <[email protected]>"]
55
edition = "2018"
66
license = "ISC"
@@ -14,10 +14,10 @@ keywords = ["tokio", "tls", "ssl", "libressl", "openbsd"]
1414
travis-ci = { repository = "reyk/rust-libtls", branch = "master" }
1515

1616
[dependencies]
17-
futures = "0.3.4"
17+
futures = "0.3.8"
1818
libtls = { path = "../libtls", version = "1.2.0" }
19-
mio = "0.6.21"
20-
tokio = { version = "0.2.16", features = ["io-driver", "tcp", "time"] }
19+
mio = "0.7.6"
20+
tokio = { version = "0.3.4", features = ["net", "time"] }
2121

2222
[dev-dependencies]
23-
tokio = { version = "0.2.16", features = ["full"] }
23+
tokio = { version = "0.3.4", features = ["full"] }

tokio-libtls/src/error.rs

-77
This file was deleted.

0 commit comments

Comments
 (0)