diff --git a/include_dir/Cargo.toml b/include_dir/Cargo.toml index f855123e7..2881f8ab1 100644 --- a/include_dir/Cargo.toml +++ b/include_dir/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Michael Bryan "] name = "include_dir" -version = "0.7.1" +version = "0.7.2" description = "Embed the contents of a directory in your binary" license = "MIT" readme = "README.md" diff --git a/macros/Cargo.toml b/macros/Cargo.toml index c23dffced..663a80cea 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "include_dir_macros" -version = "0.7.1" +version = "0.7.2" description = "The procedural macro used by include_dir" authors = ["Michael Bryan "] repository = "https://github.com/Michael-F-Bryan/include_dir"