Skip to content

Commit

Permalink
Merge branch 'main' into chore/release-stackablectl-23.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Techassi authored Jan 2, 2024
2 parents b41a3f0 + 836d8f8 commit a46e0ab
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr_cockpit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
- "go.sum"

env:
RUST_VERSION: 1.74.0
RUST_VERSION: 1.75.0
CARGO_TERM_COLOR: always
CARGO_INCREMENTAL: "0"
CARGO_PROFILE_DEV_DEBUG: "0"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Pull Request General
on: workflow_call

env:
RUST_VERSION: 1.74.0
RUST_VERSION: 1.75.0
CARGO_TERM_COLOR: always
CARGO_INCREMENTAL: "0"
CARGO_PROFILE_DEV_DEBUG: "0"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_stackablectl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
- "extra/**"

env:
RUST_VERSION: 1.74.0
RUST_VERSION: 1.75.0
CARGO_TERM_COLOR: always
CARGO_INCREMENTAL: "0"
CARGO_PROFILE_DEV_DEBUG: "0"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_stackablectl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- "stackablectl-[0-9]+.[0-9]+.[0-9]+**"

env:
RUST_VERSION: 1.74.0
RUST_VERSION: 1.75.0
CARGO_TERM_COLOR: always
CARGO_INCREMENTAL: "0"
CARGO_PROFILE_DEV_DEBUG: "0"
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel = "1.74.0"
channel = "1.75.0"

0 comments on commit a46e0ab

Please sign in to comment.