Skip to content

Commit

Permalink
chore: Update from '_rust/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Oct 6, 2023
2 parents 69b4c9c + 5e3b324 commit acfcd26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -57,7 +57,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
Expand Down Expand Up @@ -119,7 +119,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
Expand Down
5 changes: 2 additions & 3 deletions README.md
Expand Up @@ -29,14 +29,13 @@ use predicates::prelude::*;
For more information on using predicates, look at the
[documentation](https://docs.rs/predicates)


## License

`predicates-rs` is distributed under the terms of both the MIT license and the
Apache License (Version 2.0).

See LICENSE-APACHE, and LICENSE-MIT for details.

* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or <http://www.apache.org/licenses/LICENSE-2.0>)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or <http://opensource.org/licenses/MIT>)

## Credits

Expand Down

0 comments on commit acfcd26

Please sign in to comment.