diff --git a/Cargo.toml b/Cargo.toml index 39a4793..889c305 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,8 @@ [package] name = "static_assertions" -version = "1.1.0" +version = "1.1.1" authors = ["Nikolai Vazquez"] +edition = "2018" license = "MIT OR Apache-2.0" readme = "README.md" homepage = "https://github.com/nvzqz/static-assertions-rs"