Skip to content

Commit 4f952be

Browse files
committed
feat: async fn in trait, supported since Rust v1.75
- https://blog.rust-lang.org/2023/12/21/async-fn-rpit-in-traits.html BREAKING CHANGE: MSRV v1.75
1 parent e791f23 commit 4f952be

File tree

16 files changed

+112
-96
lines changed

16 files changed

+112
-96
lines changed

.github/workflows/build-msrv.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
- name: Install Rust
2929
run: |
3030
rustup set profile minimal
31-
rustup toolchain install 1.74
32-
rustup default 1.74
33-
rustup override set 1.74
31+
rustup toolchain install 1.75
32+
rustup default 1.75
33+
rustup override set 1.75
3434
- name: Build with All Features Enabled (Unix)
3535
if: ${{ runner.os == 'Linux' || runner.os == 'macOS' }}
3636
run: cargo build --verbose --features "full-extra local-flow-stat utility-url-outline"

0 commit comments

Comments
 (0)