Fix crate name.
authorLukeMathWalker <20745048+LukeMathWalker@users.noreply.github.com>
Thu, 16 May 2024 07:12:47 +0000 (09:12 +0200)
committerLukeMathWalker <20745048+LukeMathWalker@users.noreply.github.com>
Thu, 16 May 2024 07:12:47 +0000 (09:12 +0200)
exercises/08_futures/08_outro/Cargo.toml

index 3a19802..cbee29c 100644 (file)
@@ -1,5 +1,5 @@
 [package]
-name = "cancellation"
+name = "outro_08"
 version = "0.1.0"
 edition = "2021"