mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-20 00:00:11 +02:00
Fix intra-doc links on docs.rs (#1205)
* Use version 2 of Cargo's feature resolver * Increase minimum version of tungstenite Tungstenite 0.17.1 has a higher MSRV, and there should be no reason to use it over 0.17.2. * Clean up and fix MSRV CI job * Fix some intra-doc links not resolving correctly on docs.rs * Bump minimum version of tower … to avoid dependencies with a broken minimum-versions chain.
This commit is contained in:
@@ -2,7 +2,7 @@ name: CI
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
MSRV: 1.56.0
|
||||
MSRV: 1.56
|
||||
|
||||
on:
|
||||
push:
|
||||
@@ -113,6 +113,12 @@ jobs:
|
||||
command: update
|
||||
args: -Z minimal-versions
|
||||
toolchain: nightly
|
||||
- name: Fix up Cargo.lock
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: update
|
||||
args: -p crc32fast --precise 1.1.1
|
||||
toolchain: nightly
|
||||
- name: Run tests
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
@@ -121,7 +127,6 @@ jobs:
|
||||
-p axum
|
||||
-p axum-extra
|
||||
-p axum-core
|
||||
-p internal-minimal-versions
|
||||
--all-features
|
||||
--all-targets
|
||||
--locked
|
||||
@@ -135,7 +140,6 @@ jobs:
|
||||
command: test
|
||||
args: >
|
||||
-p axum-macros
|
||||
-p internal-minimal-versions
|
||||
--doc
|
||||
--all-features
|
||||
--locked
|
||||
|
||||
Reference in New Issue
Block a user