diff --git a/.cargo/config.toml b/.cargo/config.toml index 604e6f7..ba238c5 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,2 +1,2 @@ [build] -rustflags = [ "--cfg", "tokio_unstable" ] +# rustflags = [ "--cfg", "tokio_unstable" ] diff --git a/.gitea/workflows/checks.yaml b/.gitea/workflows/checks.yaml index dad4634..0465dac 100644 --- a/.gitea/workflows/checks.yaml +++ b/.gitea/workflows/checks.yaml @@ -35,4 +35,4 @@ jobs: steps: - uses: actions/checkout@v3 - uses: actions-rust-lang/setup-rust-toolchain@v1 - - run: cargo test --all-features + - run: cargo test