From 5c9814cfcfe231adc279c65b5575c4822996878a Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Mon, 4 Dec 2023 18:11:06 -0500 Subject: [PATCH] bump rust edition --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a4c6bc1..c61e2ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ version = "0.9.1" readme = "README.md" documentation = "https://docs.rs/gpx" repository = "https://github.com/georust/gpx" -edition = "2018" +edition = "2021" rust-version = "1.67" [package.metadata.docs.rs]