Skip to content

Commit

Permalink
New Frunk laws release due to bumped quickcheck
Browse files Browse the repository at this point in the history
Signed-off-by: lloydmeta <[email protected]>
  • Loading branch information
lloydmeta committed Feb 11, 2024
1 parent 0559a86 commit 042a0f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" ] }
Expand Down
2 changes: 1 addition & 1 deletion laws/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "frunk_laws"
edition = "2021"
version = "0.4.2"
version = "0.5.0"
authors = ["Lloyd <[email protected]>"]
description = "frunk_laws contains laws for algebras declared in Frunk."
license = "MIT"
Expand Down

0 comments on commit 042a0f4

Please sign in to comment.