Skip to content

Commit 0cabc18

Browse files
Merge pull request #222 from fermyon/deploy-uncomposed
Ensure apps are deployed without composition
2 parents 6556579 + 764589f commit 0cabc18

File tree

6 files changed

+1811
-1256
lines changed

6 files changed

+1811
-1256
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323

2424
env:
2525
CARGO_TERM_COLOR: always
26-
RUST_VERSION: "1.80"
26+
RUST_VERSION: "1.81"
2727
jobs:
2828
lint-rust:
2929
name: Lint Rust

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ concurrency: ${{ github.workflow }}
2020

2121
env:
2222
CARGO_TERM_COLOR: always
23-
RUST_VERSION: "1.80"
23+
RUST_VERSION: "1.81"
2424

2525
jobs:
2626
build:

0 commit comments

Comments
 (0)