Skip to content

Commit

Permalink
Detect dependencies and print unsupported message
Browse files Browse the repository at this point in the history
Signed-off-by: itowlson <[email protected]>
  • Loading branch information
itowlson committed Nov 6, 2024
1 parent 53169bc commit 4368281
Show file tree
Hide file tree
Showing 5 changed files with 2,309 additions and 1,105 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:

env:
CARGO_TERM_COLOR: always
RUST_VERSION: 1.76
RUST_VERSION: 1.78
jobs:
lint-rust:
name: Lint Rust
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ concurrency: ${{ github.workflow }}

env:
CARGO_TERM_COLOR: always
RUST_VERSION: 1.76
RUST_VERSION: 1.78

jobs:
build:
Expand Down
Loading

0 comments on commit 4368281

Please sign in to comment.