Skip to content

Commit 778ab88

Browse files
committed
actually revert changes
1 parent 4b1c006 commit 778ab88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/e01_basic_ping_bot/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ edition.workspace = true
66

77
[dependencies]
88
serenity = { path = "../../", default-features = false, features = ["gateway", "model", "rustls_backend"] }
9-
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
9+
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }

examples/e01_basic_ping_bot/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ async fn main() {
5454
if let Err(why) = client.start().await {
5555
println!("Client error: {why:?}");
5656
}
57-
}
57+
}

0 commit comments

Comments
 (0)