From 17bfb7d9a07ad88a540a6f6ef2bba59eb4fd4339 Mon Sep 17 00:00:00 2001 From: Glyn Normington Date: Mon, 28 Feb 2022 16:16:17 +0000 Subject: [PATCH] Bump Rust edition --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1dc052b..9c4be77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "jsonpath_reference_implementation" version = "0.0.1" authors = ["Glyn Normington "] -edition = "2018" +edition = "2021" [dependencies] itertools = "0.9.0"