Skip to content

Commit

Permalink
Bump deepkey_dna crate
Browse files Browse the repository at this point in the history
  • Loading branch information
maackle committed Aug 6, 2024
1 parent 2a3b5e6 commit a91b579
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 3 additions & 8 deletions crates/holochain_deepkey_dna/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
[package]
name = "holochain_deepkey_dna"
version = "0.0.5"
version = "0.0.7-dev.1"
edition = "2021"
authors = ["Michael dougherty <michael.dougherty@holo.host>"]
license = "CAL-1.0"
repository = "https://github.com/holochain/deepkey"
description = "A compilation of the Deepkey DNA for use in Holochain"

include = [
"*",
"src/deepkey.dna",
]
include = ["*", "src/deepkey.dna"]

[lib]
name = "holochain_deepkey_dna"
Expand All @@ -20,6 +17,4 @@ path = "src/lib.rs"
hc_deepkey_sdk = { version = "0.7.0-dev.1", path = "../../dnas/deepkey/sdk" }

[features]
fuzzing = [
"hc_deepkey_sdk/fuzzing",
]
fuzzing = ["hc_deepkey_sdk/fuzzing"]

0 comments on commit a91b579

Please sign in to comment.