From 0691d0af4253f57391c4738614bc5bb0090119f4 Mon Sep 17 00:00:00 2001 From: Hans Kratz Date: Fri, 27 Sep 2024 07:11:29 +0200 Subject: [PATCH] chore: Release flexpect version 0.0.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"