Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
tdelmas authored Sep 13, 2024
1 parent d536721 commit c5693bf
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 24 deletions.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ workflows:
parameters:
executor: [docker, arm]
version: [
"beta",
"stable",
"1.70",
]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: apk add curl gcc musl-dev
- run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain ${{ matrix.version }} -y
- run: ~/.cargo/bin/cargo xtask pre-build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/exaustive-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: rustup default ${{ matrix.version }}
- run: cargo xtask pre-build
- run: cd typed_floats && cargo build --no-default-features --features "${{ matrix.features }}" ${{ matrix.release }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/miri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: Miri

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Miri
run: |
rustup toolchain install nightly --component miri
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Publish
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: cargo publish typed_floats_macros
run: cd typed_floats_macros && cargo publish --token ${CRATES_TOKEN}
env:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: rustup default ${{ matrix.version }}
- run: cargo xtask pre-build
# Check that it builds with all features combinations
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: rustup default ${{ matrix.version }}
- run: cargo --version
- run: cargo xtask pre-build
Expand All @@ -90,7 +90,7 @@ jobs:
name: Clippy

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: cargo xtask pre-build
- run: cargo clippy --verbose --all-features

Expand All @@ -111,7 +111,7 @@ jobs:
]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: cargo install cargo-semver-checks
- run: cargo xtask pre-build
- run: cd typed_floats && cargo semver-checks --only-explicit-features ${{ matrix.features }}
Expand All @@ -120,7 +120,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: rustup default nightly
- run: cargo install lychee
- run: cargo xtask pre-build
Expand Down
28 changes: 14 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c5693bf

Please sign in to comment.