From 1fa88172e52dfe6db895c1c779f9eddbd5354536 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 20 Apr 2026 00:34:26 +0000 Subject: [PATCH 1/2] [create-pull-request] automated change --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 2f9fdbad..f92020c6 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.94.1" +channel = "1.95.0" profile = "default" From 6f8e357325152f85f0045654a88b126ab6e9d251 Mon Sep 17 00:00:00 2001 From: Alex Dewar Date: Mon, 20 Apr 2026 09:12:52 +0100 Subject: [PATCH 2/2] Fix clippy warning about trailing comma --- src/simulation/investment.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/simulation/investment.rs b/src/simulation/investment.rs index 30777a30..0965df03 100644 --- a/src/simulation/investment.rs +++ b/src/simulation/investment.rs @@ -409,7 +409,7 @@ fn select_assets_for_cycle( model.parameters.capacity_margin, ) .run( - &format!("cycle ({markets_str}) post {commodity_id}|{region_id} investment",), + &format!("cycle ({markets_str}) post {commodity_id}|{region_id} investment"), writer, ) .with_context(|| {