Skip to content

Commit

Permalink
feat: async fn in trait, supported since Rust v1.75
Browse files Browse the repository at this point in the history
  • Loading branch information
zonyitoo committed Nov 25, 2024
1 parent e791f23 commit 4f952be
Show file tree
Hide file tree
Showing 16 changed files with 112 additions and 96 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-msrv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
- name: Install Rust
run: |
rustup set profile minimal
rustup toolchain install 1.74
rustup default 1.74
rustup override set 1.74
rustup toolchain install 1.75
rustup default 1.75
rustup override set 1.75
- name: Build with All Features Enabled (Unix)
if: ${{ runner.os == 'Linux' || runner.os == 'macOS' }}
run: cargo build --verbose --features "full-extra local-flow-stat utility-url-outline"
Expand Down
Loading

1 comment on commit 4f952be

@qwerttvv
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mips设备彻底凉凉

Please sign in to comment.