-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #32 from lightningrodlabs/minor-refactor
Minor refactor
- Loading branch information
Showing
11 changed files
with
139 additions
and
128 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,24 +1,24 @@ | ||
[package] | ||
name = "hdk_crud" | ||
description = "A library to help quickly and easily create a consistent set of create-read-update-delete functions for an Entry type in Holochain, complete with signaling options" | ||
version = "0.5.4" | ||
version = "0.5.5" | ||
license = "CAL-1.0" | ||
repository = "https://github.com/lightningrodlabs/hdk_crud" | ||
authors = ["Connor Turland <[email protected]>"] | ||
edition = "2018" | ||
|
||
[dependencies] | ||
hdk = "0.0.115" | ||
holo_hash = { version = "0.0.12", features = ["encoding"] } | ||
hdk = "0.0.122" | ||
holo_hash = { version = "0.0.19", features = ["encoding"] } | ||
paste = "1.0.5" | ||
serde = "1.0.123" | ||
thiserror = "1" | ||
mockall = "0.9" | ||
fixt = { version = "0.0.7", optional = true } | ||
fixt = { version = "0.0.8", optional = true } | ||
mockall_double = { version = "0.2.0", optional = true } | ||
chrono = "0.4.19" | ||
assert_matches = "1.5.0" | ||
holochain_types = { version = "0.0.15", optional = true } | ||
holochain_types = { version = "0.0.26", optional = true } | ||
|
||
[dev-dependencies] | ||
rand = "0.7" | ||
|
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
Oops, something went wrong.