Skip to content

Commit

Permalink
Set pre-async/await version
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhoo committed Nov 15, 2019
1 parent fc99cf2 commit 1596781
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 24 deletions.
34 changes: 17 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion noria-benchmarks/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "noria-benchmarks"
version = "0.0.1"
version = "0.2.0"
authors = ["The Noria developers <[email protected]>"]
edition = '2018'
publish = false
Expand Down
2 changes: 1 addition & 1 deletion noria-benchmarks/lobsters/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "trawler-mysql"
version = "0.1.0"
version = "0.2.0"
authors = ["Jon Gjengset <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion noria-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "noria-server"
version = "0.1.0"
version = "0.2.0"
authors = ["The Noria developers <[email protected]>"]
edition = '2018'

Expand Down
2 changes: 1 addition & 1 deletion noria-server/common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "common"
version = "0.1.0"
version = "0.2.0"
authors = ["Jon Gjengset <[email protected]>"]
edition = "2018"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion noria-server/dataflow/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dataflow"
version = "0.1.0"
version = "0.2.0"
authors = ["The Noria developers <[email protected]>"]
publish = false

Expand Down
2 changes: 1 addition & 1 deletion noria-server/mir/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mir"
version = "0.1.0"
version = "0.2.0"
authors = ["The Noria developers <[email protected]>"]
publish = false

Expand Down
2 changes: 1 addition & 1 deletion noria/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "noria"
version = "0.1.2"
version = "0.2.0"
authors = ["The Noria developers <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit 1596781

Please sign in to comment.