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`"