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

Commit 3e132e9

Browse files
committed
0.3.0-alpha.1
Signed-off-by: Yoshua Wuyts <[email protected]>
1 parent 3de7132 commit 3e132e9

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.0.0"
4+
version = "0.3.0-alpha.1"
55
license = "MIT OR Apache-2.0"
66
authors = ["The Rust Async Ecosystem Working Group"]
77
keywords = ["async", "runtime", "generic", "tokio", "romio"]

runtime-attributes/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "runtime-attributes"
33
description = "Proc Macro attributes for the Runtime crate."
4-
version = "0.1.0"
4+
version = "0.3.0-alpha.1"
55
authors = ["The Rust Async Ecosystem Working Group"]
66
keywords = ["async", "runtime", "generic", "macro", "proc-macro"]
77
categories = ["asynchronous", "network-programming", "filesystem", "concurrency", "api-bindings"]

runtime-native/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "runtime-native"
33
description = "A cross-platform asynchronous runtime"
4-
version = "0.0.0"
4+
version = "0.3.0-alpha.1"
55
authors = ["The Rust Async Ecosystem Working Group"]
66
keywords = ["async", "runtime", "generic", "romio", "juliex"]
77
categories = ["asynchronous", "network-programming", "filesystem", "concurrency", "api-bindings"]

runtime-raw/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "runtime-raw"
33
description = "Traits to implement custom Runtimes."
4-
version = "0.0.0"
4+
version = "0.3.0-alpha.1"
55
authors = ["The Rust Async Ecosystem Working Group"]
66
keywords = ["async", "runtime", "generic", "trait", "backing"]
77
categories = ["asynchronous", "network-programming", "filesystem", "concurrency", "api-bindings"]

runtime-tokio/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "runtime-tokio"
33
description = "A Tokio-based asynchronous runtime"
4-
version = "0.1.0"
4+
version = "0.3.0-alpha.1"
55
authors = ["The Rust Async Ecosystem Working Group"]
66
keywords = ["async", "runtime", "generic", "tokio", "0.3"]
77
categories = ["asynchronous", "network-programming", "filesystem", "concurrency", "api-bindings"]

0 commit comments

Comments
 (0)