Skip to content

Commit

Permalink
Release 0.1.25
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydmeta committed Apr 20, 2017
1 parent e6a3217 commit 050d14a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 11 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.24"
version = "0.1.25"
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.12"
version = "0.0.13"

[dependencies.frunk_derives]
path = "derives"
version = "0.0.13"
version = "0.0.14"

[dev-dependencies.frunk_laws]
path = "laws"
version = "0.0.2"
version = "0.0.3"
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.12"
version = "0.0.13"
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.13"
version = "0.0.14"
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.13"
version = "0.0.14"
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.12"
version = "0.0.13"
5 changes: 2 additions & 3 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.2"
version = "0.0.3"
authors = ["Lloyd <[email protected]>"]
description = "frunk_laws contains laws for algebras declared in Frunk."
license = "MIT"
Expand All @@ -13,8 +13,7 @@ travis-ci = { repository = "lloydmeta/frunk" }

[dependencies.frunk]
path = ".."
version = "0.1.13"

version = "0.1.25"

[dependencies]
quickcheck = "0.3"

0 comments on commit 050d14a

Please sign in to comment.