diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c6130ef..4d9c650 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -103,7 +103,7 @@ jobs: - name: Install Rust uses: dtolnay/rust-toolchain@stable with: - toolchain: 1.69.0 # MSRV + toolchain: "1.69" # MSRV - uses: Swatinem/rust-cache@v2 - name: Default features run: cargo check --workspace --all-targets @@ -165,7 +165,7 @@ jobs: - name: Install Rust uses: dtolnay/rust-toolchain@stable with: - toolchain: 1.69.0 # MSRV + toolchain: "1.69" # MSRV components: clippy - uses: Swatinem/rust-cache@v2 - name: Install SARIF tools diff --git a/README.md b/README.md index 8c2e524..455cde2 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,8 @@ Alternatives, see [string-benchmarks-rs](https://github.com/epage/string-benchma Licensed under either of - * Apache License, Version 2.0, (http://www.apache.org/licenses/LICENSE-2.0) - * MIT license (http://opensource.org/licenses/MIT) +* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or ) +* MIT license ([LICENSE-MIT](LICENSE-MIT) or ) at your option.