Skip to content
This repository was archived by the owner on Oct 30, 2019. It is now read-only.

Commit 9b7fd75

Browse files
committed
squash more toml bugs
Signed-off-by: Yoshua Wuyts <[email protected]>
1 parent f2c347b commit 9b7fd75

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ edition = "2018"
1414

1515
[dependencies]
1616
futures-preview = { version = "0.3.0-alpha.13" }
17-
runtime-attributes = { path = "runtime-attributes" }
18-
runtime-raw = { path = "runtime-raw" }
17+
runtime-attributes = { path = "runtime-attributes", version = "0.3.0-alpha.1" }
18+
runtime-raw = { path = "runtime-raw", version = "0.3.0-alpha.1" }
1919

2020
[dev-dependencies]
2121
failure = "0.1.5"
2222
futures01 = { package = "futures", version = "0.1" }
2323
juliex = "0.3.0-alpha.2"
2424
mio = "0.6.16"
2525
rand = "0.6.5"
26-
runtime-native = { path = "runtime-native" }
27-
runtime-tokio = { path = "runtime-tokio" }
26+
runtime-native = { path = "runtime-native", version = "0.3.0-alpha.1" }
27+
runtime-tokio = { path = "runtime-tokio", version = "0.3.0-alpha.1" }
2828
tokio = "0.1.18"
2929

3030
[profile.bench]

runtime-tokio/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repository = "https://github.com/rustasync/runtime"
88
homepage = "https://github.com/rustasync/runtime"
99
documentation = "https://docs.rs/runtime-tokio"
1010
authors = ["The Rust Async Ecosystem Working Group"]
11-
keywords = ["async", "runtime", "generic", "tokio", "0.3"]
11+
keywords = ["async", "runtime", "generic", "tokio", "std"]
1212
categories = ["asynchronous", "network-programming", "filesystem", "concurrency", "api-bindings"]
1313
edition = "2018"
1414

0 commit comments

Comments
 (0)