From 042a0f48bfb589d5fa78ee69f21b3435f61db08b Mon Sep 17 00:00:00 2001 From: lloydmeta Date: Sun, 11 Feb 2024 17:59:15 +0900 Subject: [PATCH] New Frunk laws release due to bumped quickcheck Signed-off-by: lloydmeta --- Cargo.toml | 2 +- laws/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f7d8d5cd..dab64399 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ version = "0.4.2" [dev-dependencies.frunk_laws] path = "laws" default-features = false -version = "0.4.2" +version = "0.5.0" [dependencies] serde = { version = "^1.0", optional = true, features = [ "derive" ] } diff --git a/laws/Cargo.toml b/laws/Cargo.toml index 895913ab..576948b6 100644 --- a/laws/Cargo.toml +++ b/laws/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "frunk_laws" edition = "2021" -version = "0.4.2" +version = "0.5.0" authors = ["Lloyd "] description = "frunk_laws contains laws for algebras declared in Frunk." license = "MIT"