From 81fd3dbdf86ed42e02bbeae5823a6f748dbb9614 Mon Sep 17 00:00:00 2001 From: Junichi Kato Date: Tue, 3 Jan 2023 00:15:16 +0000 Subject: [PATCH] upgrade version to v0.0.78 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5c89ebd..abaccf2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "prop-check-rs" -version = "0.0.77" +version = "0.0.78" authors = ["Junichi Kato "] description = "A Property-based testing Library in Rust" repository="https://github.com/j5ik2o/prop-check-rs"