From 5a8c24ff1db2177b9fcb06c1aea6831569a47abf Mon Sep 17 00:00:00 2001 From: Melanie Riise Date: Sat, 29 Apr 2023 15:00:41 -0700 Subject: [PATCH 1/2] Update MSRV --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d28d81c..f148f15 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ description = """ Replacement for crate (macro_rules keyword) in proc-macros """ readme = "./README.md" -rust-version = "1.60.0" +rust-version = "1.64.0" [dependencies] toml_edit = "0.19" From bf3cee04d742bd2c5a3edee04a98d4d0489ad87b Mon Sep 17 00:00:00 2001 From: Melanie Riise Date: Sat, 29 Apr 2023 15:12:59 -0700 Subject: [PATCH 2/2] also lock `toml_edit` version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f148f15..29afaf3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ readme = "./README.md" rust-version = "1.64.0" [dependencies] -toml_edit = "0.19" +toml_edit = "0.19.8" once_cell = "1.13.0" [dev-dependencies]