diff --git a/Cargo.toml b/Cargo.toml index 8cf1c4c..0612454 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flexpect" -version = "0.0.1" +version = "0.0.2" edition = "2018" license = "MIT OR Apache-2.0" description = "Attribute macro that falls back to #[allow] if #[expect] is not supported"