diff --git a/Cargo.toml b/Cargo.toml index 543f437..0f3710f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quit" -version = "1.1.3" +version = "1.1.4" authors = ["dylni"] edition = "2018" exclude = [".*", "/rustfmt.toml", "/tests"] @@ -20,7 +20,7 @@ rustdoc-args = [ ] [dependencies] -quit_macros = { version = "=1.1.3", path = "macros" } +quit_macros = { version = "=1.1.4", path = "macros" } [dev-dependencies] lazy_static = "1.4" diff --git a/macros/Cargo.toml b/macros/Cargo.toml index ab071aa..98ecd77 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quit_macros" -version = "1.1.3" +version = "1.1.4" authors = ["dylni"] edition = "2018" exclude = [".*", "/rustfmt.toml", "/tests"]