Skip to content

Commit

Permalink
add CI
Browse files Browse the repository at this point in the history
  • Loading branch information
adwhit committed Nov 8, 2024
1 parent c534c5c commit a047866
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 51 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v4

- name: Install toolchain
uses: dtolnay/rust-toolchain@1.70.0 # this should match the MSRV
uses: dtolnay/rust-toolchain@1.74.0 # this should match the MSRV

- name: Test
run: cargo test --workspace
98 changes: 49 additions & 49 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ resolver = "2"
[workspace.package]
authors = ["Red Badger Consulting Limited"]
edition = "2021"
rust-version = "1.70.0"
rust-version = "1.74.0"
repository = "https://github.com/redbadger/pathogen/"

0 comments on commit a047866

Please sign in to comment.