Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
flake: Include --cfg tokio_unstable in Rust flags
The flake sets `RUSTFLAGS` and that overwrites the setting in `.cargo/config.toml`. We need to add the `--cfg tokio_unstable` flag to enable integration tests to run when called from the devShell.
- Loading branch information