From bb10bfca96799b97fc81ad90053b76f51829a114 Mon Sep 17 00:00:00 2001 From: Hans Kratz Date: Sat, 28 Sep 2024 11:18:06 +0200 Subject: [PATCH] chore: Release flexpect version 0.0.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ab7bbf9..fcd4d2b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flexpect" -version = "0.0.3" +version = "0.0.4" edition = "2018" license = "MIT OR Apache-2.0" description = "Attribute macro that falls back to #[allow] if #[expect] is not supported"