Skip to content

Commit 719ee07

Browse files
committed
chore: env_logger pushed MSRV to v1.71
1 parent 19270e8 commit 719ee07

File tree

5 files changed

+29
-27
lines changed

5 files changed

+29
-27
lines changed

.github/workflows/build-msrv.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
- name: Install Rust
2727
run: |
2828
rustup set profile minimal
29-
rustup toolchain install 1.64
30-
rustup default 1.64
31-
rustup override set 1.64
29+
rustup toolchain install 1.71
30+
rustup default 1.71
31+
rustup override set 1.71
3232
- name: Build with All Features Enabled (Unix)
3333
if: ${{ runner.os == 'Linux' || runner.os == 'macOS' }}
3434
run: cargo build --verbose --features "local-http-rustls local-redir local-dns local-tun dns-over-tls dns-over-https stream-cipher aead-cipher-extra aead-cipher-2022 aead-cipher-2022-extra security-replay-attack-detect"

Cargo.lock

+20-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shadowsocks-rust"
3-
version = "1.17.2"
3+
version = "1.18.0"
44
authors = ["Shadowsocks Contributors"]
55
description = "shadowsocks is a fast tunnel proxy that helps you bypass firewalls."
66
repository = "https://github.com/shadowsocks/shadowsocks-rust"
@@ -9,7 +9,7 @@ documentation = "https://docs.rs/shadowsocks-rust"
99
keywords = ["shadowsocks", "proxy", "socks", "socks5", "firewall"]
1010
license = "MIT"
1111
edition = "2021"
12-
rust-version = "1.64"
12+
rust-version = "1.71"
1313

1414
[badges]
1515
maintenance = { status = "passively-maintained" }

crates/shadowsocks-service/Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shadowsocks-service"
3-
version = "1.17.2"
3+
version = "1.18.0"
44
authors = ["Shadowsocks Contributors"]
55
description = "shadowsocks is a fast tunnel proxy that helps you bypass firewalls."
66
repository = "https://github.com/shadowsocks/shadowsocks-rust"
@@ -9,6 +9,7 @@ documentation = "https://docs.rs/shadowsocks-service"
99
keywords = ["shadowsocks", "proxy", "socks", "socks5", "firewall"]
1010
license = "MIT"
1111
edition = "2021"
12+
rust-version = "1.71"
1213

1314
[badges]
1415
maintenance = { status = "passively-maintained" }

crates/shadowsocks/Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shadowsocks"
3-
version = "1.17.2"
3+
version = "1.18.0"
44
authors = ["Shadowsocks Contributors"]
55
description = "shadowsocks is a fast tunnel proxy that helps you bypass firewalls."
66
repository = "https://github.com/shadowsocks/shadowsocks-rust"
@@ -9,6 +9,7 @@ documentation = "https://docs.rs/shadowsocks-core"
99
keywords = ["shadowsocks", "proxy", "socks", "socks5", "firewall"]
1010
license = "MIT"
1111
edition = "2021"
12+
rust-version = "1.71"
1213

1314
[badges]
1415
maintenance = { status = "passively-maintained" }

0 commit comments

Comments
 (0)