This repository was archived by the owner on Jun 6, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +18
-7
lines changed Expand file tree Collapse file tree 5 files changed +18
-7
lines changed Original file line number Diff line number Diff line change 1- # Bump Rust Dependencies for Stackable Release XX.(X) X
1+ # Bump Rust Dependencies for Stackable Release YY.M. X
22
33<!--
44 Make sure to update the link in 'issues/.github/ISSUE_TEMPLATE/pre-release-operator-rust-deps.md'
@@ -32,7 +32,7 @@ Part of <https://github.com/stackabletech/issues/issues/TRACKING_ISSUE>
3232
3333``` [tasklist]
3434### Bump Rust Dependencies
35- - [ ] Bump `stackable-operator` and friends.
36- - [ ] Bump `product-version`.
37- - [ ] Bump all other dependencies.
35+ - [ ] Bump `stackable-operator` and friends
36+ - [ ] Bump `product-config`
37+ - [ ] Bump all other dependencies
3838```
Original file line number Diff line number Diff line change 2626 CARGO_TERM_COLOR : always
2727 CARGO_INCREMENTAL : ' 0'
2828 CARGO_PROFILE_DEV_DEBUG : ' 0'
29- RUST_TOOLCHAIN_VERSION : " 1.84.1 "
29+ RUST_TOOLCHAIN_VERSION : " 1.85.0 "
3030 PYTHON_VERSION : " 3.12"
3131 RUSTFLAGS : " -D warnings"
3232 RUSTDOCFLAGS : " -D warnings"
Original file line number Diff line number Diff line change 1+ {
2+ "rust-analyzer.rustfmt.overrideCommand" : [
3+ " rustfmt" ,
4+ " +nightly-2025-01-15" ,
5+ " --"
6+ ],
7+ }
Original file line number Diff line number Diff line change 11# DO NOT EDIT, this file is generated by operator-templating
22[toolchain ]
3- channel = " 1.84.1 "
3+ channel = " 1.85.0 "
Original file line number Diff line number Diff line change 11# This file includes unstable features, so you need to run "cargo +nightly fmt" to format your code.
22# It's also ok to use the stable toolchain by simple running "cargo fmt", but using the nigthly formatter is prefered.
33
4+ # https://doc.rust-lang.org/nightly/edition-guide/rust-2024/rustfmt-style-edition.html
5+ style_edition = " 2024"
46imports_granularity = " Crate"
5- group_imports = " StdExternalCrate"
7+ group_imports = " StdExternalCrate"
8+ reorder_impl_items = true
9+ use_field_init_shorthand = true
You can’t perform that action at this time.
0 commit comments