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

Commit 45272e9

Browse files
committed
runtime 0.3.0-alpha.2
Signed-off-by: Yoshua Wuyts <[email protected]>
1 parent 5a25abd commit 45272e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "runtime"
33
description = "Empowering everyone to build asynchronous software."
4-
version = "0.3.0-alpha.1"
4+
version = "0.3.0-alpha.2"
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"
77
repository = "https://github.com/rustasync/runtime"
@@ -13,8 +13,8 @@ categories = ["asynchronous", "network-programming", "filesystem", "concurrency"
1313
edition = "2018"
1414

1515
[dependencies]
16-
futures-preview = { version = "0.3.0-alpha.13" }
17-
runtime-attributes = { path = "runtime-attributes", version = "0.3.0-alpha.1" }
16+
futures-preview = { version = "0.3.0-alpha.14" }
17+
runtime-attributes = { path = "runtime-attributes", version = "0.3.0-alpha.2" }
1818
runtime-raw = { path = "runtime-raw", version = "0.3.0-alpha.1" }
1919
runtime-native = { path = "runtime-native", version = "0.3.0-alpha.1" }
2020

0 commit comments

Comments
 (0)