aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorGravatar Per Lindgren <per.lindgren@ltu.se> 2021-03-11 13:06:39 +0100
committerGravatar Per Lindgren <per.lindgren@ltu.se> 2021-03-11 13:06:39 +0100
commitbd4cc1b9f0761479c0c0f2a012c370876b7c690f (patch)
treed7ebe215e8d6812233e8627fe2639d8ed87fcdc0 /Cargo.toml
parent0d93b361060e6a2b47ce04dd47d141044c862d34 (diff)
downloadrtic-bd4cc1b9f0761479c0c0f2a012c370876b7c690f.tar.gz
rtic-bd4cc1b9f0761479c0c0f2a012c370876b7c690f.tar.zst
rtic-bd4cc1b9f0761479c0c0f2a012c370876b7c690f.zip
fixed Cargo.toml
Diffstat (limited to '')
-rw-r--r--Cargo.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f0ca6051..7a3d30e7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -28,7 +28,11 @@ name = "pool"
required-features = ["__v7"]
[[example]]
-name = "schedule"
+name = "spawn_after"
+required-features = ["__v7"]
+
+[[example]]
+name = "spawn_at"
required-features = ["__v7"]
[[example]]