Skip to content

Commit

Permalink
Merge pull request #193 from itowlson/allow-only-v0-lockfiles
Browse files Browse the repository at this point in the history
Do not deploy apps that require service chaining
  • Loading branch information
itowlson committed Mar 26, 2024
2 parents 196a936 + 75c3a53 commit d21a79e
Show file tree
Hide file tree
Showing 5 changed files with 677 additions and 475 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.71
RUST_VERSION: 1.73
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.71
RUST_VERSION: 1.73

jobs:
build:
Expand Down

0 comments on commit d21a79e

Please sign in to comment.