From 1f358ce754b4fb7a82277d95ab3c940d9a8acdc9 Mon Sep 17 00:00:00 2001 From: fboulnois Date: Sat, 25 Nov 2023 14:44:34 -0500 Subject: [PATCH] feat: bump proc macro version to 1.1.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- proc/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 30ff50f..acd412e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -545,7 +545,7 @@ dependencies = [ [[package]] name = "include_dir_as_map" -version = "1.0.0" +version = "1.1.0" dependencies = [ "proc_include_dir_as_map", ] @@ -752,7 +752,7 @@ dependencies = [ [[package]] name = "proc_include_dir_as_map" -version = "1.0.0" +version = "1.1.0" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 7917e3c..9c50cad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "include_dir_as_map" -version = "1.0.0" +version = "1.1.0" edition = "2021" authors = [ "fboulnois " ] description = "Embed files from a directory as a hashmap in the rust binary" diff --git a/proc/Cargo.toml b/proc/Cargo.toml index 4fe65ed..771a9ca 100644 --- a/proc/Cargo.toml +++ b/proc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proc_include_dir_as_map" -version = "1.0.0" +version = "1.1.0" edition = "2021" authors = [ "fboulnois " ] description = "Magic which implements the procedural macro `include_dir_as_map`"