-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 0.4.3 release * Changelog Signed-off-by: lloydmeta <[email protected]>
- Loading branch information
Showing
7 changed files
with
19 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "frunk_derives" | ||
edition = "2021" | ||
version = "0.4.2" | ||
version = "0.4.3" | ||
authors = ["Lloyd <[email protected]>"] | ||
description = "frunk_derives contains the custom derivations for certain traits in Frunk." | ||
license = "MIT" | ||
|
@@ -22,4 +22,4 @@ quote = "1" | |
[dependencies.frunk_proc_macro_helpers] | ||
path = "../proc-macro-helpers" | ||
default-features = false | ||
version = "0.1.2" | ||
version = "0.1.3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "frunk_laws" | ||
edition = "2021" | ||
version = "0.5.1" | ||
version = "0.5.2" | ||
authors = ["Lloyd <[email protected]>"] | ||
description = "frunk_laws contains laws for algebras declared in Frunk." | ||
license = "MIT" | ||
|
@@ -15,7 +15,7 @@ travis-ci = { repository = "lloydmeta/frunk" } | |
[dependencies.frunk] | ||
path = ".." | ||
default-features = false | ||
version = "0.4.2" | ||
version = "0.4.3" | ||
features = ["std"] | ||
|
||
[dependencies] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "frunk_proc_macro_helpers" | ||
edition = "2021" | ||
version = "0.1.2" | ||
version = "0.1.3" | ||
authors = ["Lloyd <[email protected]>"] | ||
description = "Common internal functions for frunk's proc macros" | ||
license = "MIT" | ||
|
@@ -20,4 +20,4 @@ proc-macro2 = "1" | |
[dependencies.frunk_core] | ||
path = "../core" | ||
default-features = false | ||
version = "0.4.2" | ||
version = "0.4.3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "frunk_proc_macros" | ||
edition = "2021" | ||
version = "0.1.2" | ||
version = "0.1.3" | ||
authors = ["Lloyd <[email protected]>"] | ||
description = "Proc macros for Frunk" | ||
license = "MIT" | ||
|
@@ -23,9 +23,9 @@ proc-macro = true | |
[dependencies.frunk_core] | ||
path = "../core" | ||
default-features = false | ||
version = "0.4.2" | ||
version = "0.4.3" | ||
|
||
[dependencies.frunk_proc_macro_helpers] | ||
path = "../proc-macro-helpers" | ||
default-features = false | ||
version = "0.1.2" | ||
version = "0.1.3" |