Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/01_02_why_async/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "01_02_why_async"
name = "example_01_02_why_async"
Copy link
Member Author

@taiki-e taiki-e Jun 11, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure the new name is really good, but I didn't come up with another good name.

version = "0.1.0"
authors = ["Taylor Cramer <[email protected]>"]
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion examples/01_04_async_await_primer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "01_04_async_await_primer"
name = "example_01_04_async_await_primer"
version = "0.1.0"
authors = ["Taylor Cramer <[email protected]>"]
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion examples/01_05_http_server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "01_05_http_server"
name = "example_01_05_http_server"
version = "0.2.0"
authors = ["Taylor Cramer <[email protected]>"]
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion examples/02_02_future_trait/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "02_02_future_trait"
name = "example_02_02_future_trait"
version = "0.1.0"
authors = ["Taylor Cramer <[email protected]>"]
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion examples/02_03_timer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "02_03_timer"
name = "example_02_03_timer"
version = "0.1.0"
authors = ["Taylor Cramer <[email protected]>"]
edition = "2018"
Expand Down
4 changes: 2 additions & 2 deletions examples/02_04_executor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "02_04_executor"
name = "example_02_04_executor"
version = "0.1.0"
authors = ["Taylor Cramer <[email protected]>"]
edition = "2018"
Expand All @@ -8,4 +8,4 @@ edition = "2018"

[dependencies]
futures = "0.3"
timer_future = { package = "02_03_timer", path = "../02_03_timer" }
timer_future = { package = "example_02_03_timer", path = "../02_03_timer" }
2 changes: 1 addition & 1 deletion examples/03_01_async_await/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "03_01_async_await"
name = "example_03_01_async_await"
version = "0.1.0"
authors = ["Taylor Cramer <[email protected]>"]
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion examples/05_01_streams/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "05_01_streams"
name = "example_05_01_streams"
version = "0.1.0"
authors = ["Taylor Cramer <[email protected]>"]
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion examples/05_02_iteration_and_concurrency/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "05_02_iteration_and_concurrency"
name = "example_05_02_iteration_and_concurrency"
version = "0.1.0"
authors = ["Taylor Cramer <[email protected]>"]
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion examples/06_02_join/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "06_02_join"
name = "example_06_02_join"
version = "0.1.0"
authors = ["Taylor Cramer <[email protected]>"]
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion examples/06_03_select/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "06_03_select"
name = "example_06_03_select"
version = "0.1.0"
authors = ["Taylor Cramer <[email protected]>"]
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion examples/07_05_recursion/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "07_05_recursion"
name = "example_07_05_recursion"
version = "0.1.0"
authors = ["Taylor Cramer <[email protected]>"]
edition = "2018"
Expand Down