Skip to content

Commit c312709

Browse files
authored
Merge pull request #103 from bheesham/chore-deps
Upgrade dino-park-* and co.
2 parents 453f801 + 1afc34e commit c312709

19 files changed

Lines changed: 1344 additions & 1182 deletions

File tree

.github/workflows/rust.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,21 @@ name: Rust
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches:
66
pull_request:
7-
branches: [ master ]
7+
branches:
88

99
env:
1010
CARGO_TERM_COLOR: always
1111

1212
jobs:
1313
build:
1414

15-
runs-on: ubuntu-22.04
15+
runs-on: ubuntu-latest
1616

1717
steps:
1818
- uses: actions/checkout@v4
19-
- name: Install Rust 1.60.0
20-
uses: actions-rs/toolchain@v1
21-
with:
22-
toolchain: 1.60.0
23-
override: true
24-
components: rustfmt, clippy
25-
- name: FMT
19+
- name: cargo fmt
2620
run: cargo fmt --all -- --check
2721
- name: Clippy
2822
run: cargo clippy --all --all-features -- -D warnings

0 commit comments

Comments
 (0)