Skip to content

Commit

Permalink
Core v0.0.17
Browse files Browse the repository at this point in the history
Derives 0.0.18

frunk v0.1.30

Laws v0.0.8
  • Loading branch information
lloydmeta committed Jun 21, 2017
1 parent 544cde9 commit 0797b2e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "frunk"
version = "0.1.29"
version = "0.1.30"
authors = ["Lloyd <[email protected]>"]
description = "Frunk provides developers with a number of functional programming tools like HList, Coproduct, Generic, LabelledGeneric, Validated, Monoid, Semigroup and friends."
license = "MIT"
Expand All @@ -16,12 +16,12 @@ time = "0.1.36"

[dependencies.frunk_core]
path = "core"
version = "0.0.16"
version = "0.0.17"

[dependencies.frunk_derives]
path = "derives"
version = "0.0.17"
version = "0.0.18"

[dev-dependencies.frunk_laws]
path = "laws"
version = "0.0.7"
version = "0.0.8"
4 changes: 2 additions & 2 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "frunk_core"
version = "0.0.16"
version = "0.0.17"
authors = ["Lloyd <[email protected]>"]
description = "Frunk core provides developers with HList and Generic"
license = "MIT"
Expand All @@ -13,4 +13,4 @@ travis-ci = { repository = "lloydmeta/frunk" }

[dev-dependencies.frunk_derives]
path = "../derives"
version = "0.0.17"
version = "0.0.18"
4 changes: 2 additions & 2 deletions derives/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "frunk_derives"
version = "0.0.17"
version = "0.0.18"
authors = ["Lloyd <[email protected]>"]
description = "frunk_derives contains the custom derivations for certain traits in Frunk."
license = "MIT"
Expand All @@ -20,4 +20,4 @@ quote = "0.3.15"

[dependencies.frunk_core]
path = "../core"
version = "0.0.16"
version = "0.0.17"
4 changes: 2 additions & 2 deletions laws/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "frunk_laws"
version = "0.0.7"
version = "0.0.8"
authors = ["Lloyd <[email protected]>"]
description = "frunk_laws contains laws for algebras declared in Frunk."
license = "MIT"
Expand All @@ -13,7 +13,7 @@ travis-ci = { repository = "lloydmeta/frunk" }

[dependencies.frunk]
path = ".."
version = "0.1.29"
version = "0.1.30"

[dependencies]
quickcheck = "0.4.1"

0 comments on commit 0797b2e

Please sign in to comment.