Skip to content

Commit 5f4a500

Browse files
committed
Merge branch 'main' into refactor/crd-versioning-remove-duplicate-code
2 parents 42fb128 + a796eed commit 5f4a500

File tree

35 files changed

+515
-418
lines changed

35 files changed

+515
-418
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
CARGO_TERM_COLOR: always
1818
CARGO_INCREMENTAL: '0'
1919
CARGO_PROFILE_DEV_DEBUG: '0'
20-
RUST_TOOLCHAIN_VERSION: "1.80.0"
20+
RUST_TOOLCHAIN_VERSION: "1.79.0"
2121
RUSTFLAGS: "-D warnings"
2222
RUSTDOCFLAGS: "-D warnings"
2323
RUST_LOG: "info"
@@ -37,7 +37,7 @@ jobs:
3737
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
3838
with:
3939
key: udeps
40-
- run: cargo install --locked [email protected].50
40+
- run: cargo install --locked [email protected].47
4141
- run: cargo udeps --all-targets
4242

4343
run_cargodeny:

.github/workflows/pr_pre-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
env:
88
CARGO_TERM_COLOR: always
9-
RUST_TOOLCHAIN_VERSION: "1.80.0"
9+
RUST_TOOLCHAIN_VERSION: "1.79.0"
1010

1111
jobs:
1212
pre-commit:

0 commit comments

Comments
 (0)