From 0f69e096a17aae8d1d5019091d81165cc81389d7 Mon Sep 17 00:00:00 2001 From: Nick Mitchell Date: Fri, 11 Apr 2025 14:09:39 -0400 Subject: [PATCH] chore: bump to rust 2024 edition Signed-off-by: Nick Mitchell --- pdl-live-react/src-tauri/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdl-live-react/src-tauri/Cargo.toml b/pdl-live-react/src-tauri/Cargo.toml index 0bf71e50c..b91cf5450 100644 --- a/pdl-live-react/src-tauri/Cargo.toml +++ b/pdl-live-react/src-tauri/Cargo.toml @@ -3,7 +3,7 @@ name = "pdl" version = "0.6.0" description = "Prompt Declaration Language" authors = ["nickm@us.ibm.com"] -edition = "2021" +edition = "2024" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html