Skip to content

Commit d0ab773

Browse files
authored
feat(stackable-versioned): Add collision check for renamed fields (#804)
* Add changelog entry * Update PR link in changelog * Improve duplicate version error * Improve container version insertion * Add basic field ident collision check * Emit duplicate field ident error on VersionedStruct creation * Update json-patch, kube, rstest and rstest_reuse * Update Cargo.lock * Remove outdated note in Cargo.toml * Allow Unicode-3.0 license * Update CI workflow to use [email protected] * Update stackable-operator changelog
1 parent e7dcf2b commit d0ab773

File tree

15 files changed

+678
-242
lines changed

15 files changed

+678
-242
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -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].39
40+
- run: cargo install --locked [email protected].47
4141
- run: cargo udeps --all-targets
4242

4343
run_cargodeny:

0 commit comments

Comments
 (0)