Skip to content

Commit

Permalink
0.1.31 release (lloydmeta#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydmeta authored Sep 4, 2017
1 parent 4e479fc commit 66c0151
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.30"
version = "0.1.31"
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.17"
version = "0.0.18"

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

[dev-dependencies.frunk_laws]
path = "laws"
version = "0.0.8"
version = "0.0.9"
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.17"
version = "0.0.18"
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.18"
version = "0.0.19"
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.18"
version = "0.0.19"
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.17"
version = "0.0.18"
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.8"
version = "0.0.9"
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.30"
version = "0.1.31"

[dependencies]
quickcheck = "0.4.1"

0 comments on commit 66c0151

Please sign in to comment.