From c9bdb32d41831d59552e33a8d206c0c00a754d6a Mon Sep 17 00:00:00 2001 From: Chance Date: Mon, 1 Jul 2024 10:11:33 -0400 Subject: [PATCH] bumping msrv to 1.76.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c06859e..3a9892d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ keywords = ["json-pointer", "rfc-6901", "6901"] license = "MIT OR Apache-2.0" name = "jsonptr" repository = "https://github.com/chanced/jsonptr" -rust-version = "1.60" +rust-version = "1.76.0" version = "0.4.7" [dependencies]