Searched +full:mdbook +full:- +full:v0 (Results 1 – 4 of 4) sorted by relevance
6 - auto7 - try10 - '**.md'14 runs-on: ubuntu-latest18 - name: Checkout21 - name: Setup Node.js22 uses: actions/setup-node@v324 node-version: '14.x'26 - name: Install remark27 …run: npm install remark-cli remark-lint remark-lint-maximum-line-length remark-preset-lint-recomme…[all …]
6 - main9 deploy-book:10 runs-on: ubuntu-latest12 - uses: actions/checkout@v414 persist-credentials: false16 - name: Test book18 …curl -L https://github.com/rust-lang/mdBook/releases/download/v0.4.5/mdbook-v0.4.5-x86_64-unknown-…19 ./mdbook build book20 ./mdbook test book22 - name: Deploy book[all …]
6 - main9 - main12 - main15 rustfmt-clippy:16 runs-on: ubuntu-latest19 - uses: actions/checkout@v421 - name: Install stable22 uses: dtolnay/rust-toolchain@master24 # TODO: Should ideally be stable, but we use some nightly-only29 - name: Run rustfmt[all …]
1 Version 1.77.2 (2024-04-09)6 - [CVE-2024-24576: fix escaping of Windows batch file arguments in `std::process::Command`](https:/…7 - Fix `Command`'s batch files argument escaping not working when file name has trailing whitespace …9 Version 1.72.0 (2023-08-24)12 <a id="1.72.0-Language"></a>15 --------17 - [Replace const eval limit by a lint and add an exponential backoff warning](https://github.com/ru…18 - [expand: Change how `#![cfg(FALSE)]` behaves on crate root](https://github.com/rust-lang/rust/pul…19 - [Stabilize inline asm for LoongArch64](https://github.com/rust-lang/rust/pull/111235/)20 - [Uplift `clippy::undropped_manually_drops` lint](https://github.com/rust-lang/rust/pull/111530/)[all …]