featle-sync: Add missing tokio feature #11

Open
jtojnar wants to merge 1 commit from jtojnar/patch-1 into master
jtojnar commented 2023-07-25 12:50:59 +00:00 (Migrated from github.com)

Description

Without rt, rustc cannot find tokio::task::JoinHandle and tokio::spawn.

Checklist

  • I have read
    CONTRIBUTING
    guidelines.
  • I have formatted the code using rustfmt
  • I have checked that all tests pass, by running cargo test --all

CHANGELOG:

  • Updated
  • I will update it after this PR has been discussed
  • No need to update
## Description Without `rt`, rustc cannot find `tokio::task::JoinHandle` and `tokio::spawn`. ## Checklist - [x] I have read [CONTRIBUTING](https://github.com/sitegui/feattle-rs/blob/master/docs/CONTRIBUTING.md) guidelines. - [x] I have formatted the code using [rustfmt](https://github.com/rust-lang/rustfmt) - [ ] I have checked that all tests pass, by running `cargo test --all` #### [CHANGELOG](https://github.com/sitegui/feattle-rs/blob/master/CHANGELOG.md): - [ ] Updated - [ ] I will update it after this PR has been discussed - [x] No need to update
This pull request has changes conflicting with the target branch.
  • feattle-sync/Cargo.toml
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin jtojnar/patch-1:jtojnar/patch-1
git switch jtojnar/patch-1

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff jtojnar/patch-1
git switch jtojnar/patch-1
git rebase master
git switch master
git merge --ff-only jtojnar/patch-1
git switch jtojnar/patch-1
git rebase master
git switch master
git merge --no-ff jtojnar/patch-1
git switch master
git merge --squash jtojnar/patch-1
git switch master
git merge --ff-only jtojnar/patch-1
git switch master
git merge jtojnar/patch-1
git push origin master
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: sitegui/feattle-rs#11
No description provided.