Add minimal versions check for nightly CI job (#1197)
This commit is contained in:
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@@ -186,6 +186,13 @@ jobs:
|
|||||||
command: test
|
command: test
|
||||||
args: --features __internal_proxy_sys_no_cache -- --test-threads=1
|
args: --features __internal_proxy_sys_no_cache -- --test-threads=1
|
||||||
|
|
||||||
|
- name: Check minimal versions
|
||||||
|
run: |
|
||||||
|
cargo clean
|
||||||
|
cargo update -Z minimal-versions
|
||||||
|
cargo check
|
||||||
|
cargo check --all-features
|
||||||
|
|
||||||
minversion:
|
minversion:
|
||||||
name: Minimum version ${{ matrix.rust }}
|
name: Minimum version ${{ matrix.rust }}
|
||||||
needs: [style]
|
needs: [style]
|
||||||
|
|||||||
@@ -125,7 +125,7 @@ async-compression = { version = "0.3.7", default-features = false, features = ["
|
|||||||
tokio-util = { version = "0.6.0", default-features = false, features = ["codec", "io"], optional = true }
|
tokio-util = { version = "0.6.0", default-features = false, features = ["codec", "io"], optional = true }
|
||||||
|
|
||||||
## socks
|
## socks
|
||||||
tokio-socks = { version = "0.5", optional = true }
|
tokio-socks = { version = "0.5.1", optional = true }
|
||||||
|
|
||||||
## trust-dns
|
## trust-dns
|
||||||
trust-dns-resolver = { version = "0.20", optional = true }
|
trust-dns-resolver = { version = "0.20", optional = true }
|
||||||
|
|||||||
Reference in New Issue
Block a user