Skip to content

Commit

Permalink
Updates MSRV settings to their correct values
Browse files Browse the repository at this point in the history
  • Loading branch information
hoijui authored and Tpt committed Dec 7, 2023
1 parent 5f4f38c commit c2e0ee7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: rustup update && rustup override set 1.60.0 && rustup component add clippy
- run: rustup update && rustup override set 1.67.1 && rustup component add clippy
- uses: Swatinem/rust-cache@v2
- run: cargo clippy --all-targets -- -D warnings -D clippy::all
- run: cargo clippy --all-targets --all-features -- -D warnings -D clippy::all
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: rustup update && rustup override set 1.60.0
- run: rustup update && rustup override set 1.61.0
- uses: Swatinem/rust-cache@v2
- run: cargo doc --all-features --no-deps
env:
Expand Down
2 changes: 1 addition & 1 deletion xml/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description = """
RDF/XML parser and serializer
"""
edition = "2021"
rust-version = "1.60"
rust-version = "1.61"

[package.metadata.docs.rs]
all-features = true
Expand Down

0 comments on commit c2e0ee7

Please sign in to comment.