Skip to content

Commit bbb0eb2

Browse files
committed
Use Rust 2024 in scaffold test fixture
Signed-off-by: lucarlig <luca.carlig@ibm.com>
1 parent 2244733 commit bbb0eb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_plugin_catalog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ def test_plugin_scaffold_generator_renders_standalone_cpex_imports(self) -> None
410410
resolver = "2"
411411
412412
[workspace.package]
413-
edition = "2021"
413+
edition = "2024"
414414
authors = ["Test"]
415415
license = "Apache-2.0"
416416
repository = "https://example.invalid"

0 commit comments

Comments
 (0)