Changes after my own PR review

This commit is contained in:
jochen@g14
2024-03-30 23:23:37 +01:00
parent fde2f3ba15
commit 0674e7f61c
11 changed files with 268 additions and 592 deletions

View File

@@ -29,11 +29,10 @@ version = "6.0.0-alpha1"
rust-version = "1.76"
[workspace.dependencies]
tokio = { version = "^1.23.0", default-features = false, features = [
tokio = { version = "^1.36.0", default-features = false,features = [
"macros",
"sync",
"time",
"rt",
"rt-multi-thread"
] }
concat-idents = "^1.1"