From a53e6d71e2b449175f2046593b5838d9695e7d3e Mon Sep 17 00:00:00 2001 From: Irene Knapp Date: Sun, 3 Nov 2024 01:11:18 -0700 Subject: the default rust edition has changed upstream; update it Force-Push: alas.... Change-Id: I84b717570540753146c96c5c27d4f758527af00e --- rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust/Cargo.toml') diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 9618802..afd95ae 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -2,5 +2,5 @@ name = "hello" version = "0.1.0" authors = ["Irene Knapp "] -edition = "2018" +edition = "2021" -- cgit 1.4.1