Skip to content

Commit

Permalink
feat: notify 8.0 requires MSRV 1.77
Browse files Browse the repository at this point in the history
  • Loading branch information
zonyitoo committed Jan 11, 2025
1 parent fb347d7 commit 88ed394
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-msrv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ jobs:
- name: Install Rust
run: |
rustup set profile minimal
rustup toolchain install 1.75
rustup default 1.75
rustup override set 1.75
rustup toolchain install 1.77
rustup default 1.77
rustup override set 1.77
- name: Build with All Features Enabled
run: cargo build --manifest-path crates/shadowsocks/Cargo.toml --verbose --features "stream-cipher aead-cipher-extra aead-cipher-2022 aead-cipher-2022-extra security-replay-attack-detect"
2 changes: 1 addition & 1 deletion crates/shadowsocks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ documentation = "https://docs.rs/shadowsocks-core"
keywords = ["shadowsocks", "proxy", "socks", "socks5", "firewall"]
license = "MIT"
edition = "2021"
rust-version = "1.75"
rust-version = "1.77"

[badges]
maintenance = { status = "passively-maintained" }
Expand Down

0 comments on commit 88ed394

Please sign in to comment.