Split task from serai-processor-primitives into serai-task

This commit is contained in:
Luke Parker
2024-12-19 10:07:24 -05:00
parent 066aa9eda4
commit 147a6e43d0
11 changed files with 60 additions and 1 deletions

View File

@@ -30,4 +30,5 @@ jobs:
-p patchable-async-sleep \
-p serai-db \
-p serai-env \
-p serai-task \
-p simple-request

View File

@@ -24,6 +24,7 @@ jobs:
cargo msrv verify --manifest-path common/std-shims/Cargo.toml
cargo msrv verify --manifest-path common/env/Cargo.toml
cargo msrv verify --manifest-path common/db/Cargo.toml
cargo msrv verify --manifest-path common/task/Cargo.toml
cargo msrv verify --manifest-path common/request/Cargo.toml
cargo msrv verify --manifest-path common/patchable-async-sleep/Cargo.toml