Skip to content

Commit

Permalink
holochain_deepkey_dna-0.0.8-dev.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mjbrisebois committed Aug 29, 2024
1 parent 38bb416 commit 7c9899f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 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.

9 changes: 9 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ INT_SOURCE_FILES = $(COMMON_SOURCE_FILES) \
$(INT_DIR)/Cargo.toml $(INT_DIR)/src/*.rs $(INT_DIR)/src/validation/*.rs
CSR_SOURCE_FILES = $(INT_SOURCE_FILES) \
$(CSR_DIR)/Cargo.toml $(CSR_DIR)/src/*.rs
DNA_CRATE_DNA_SRC = crates/holochain_deepkey_dna/src/deepkey.dna


#
Expand Down Expand Up @@ -174,3 +175,11 @@ publish-%-sdk-crate: .cargo/credentials

preview-deepkey-sdk-crate:
publish-deepkey-sdk-crate:

preview-deepkey-dna-crate: .cargo/credentials $(DNA_CRATE_DNA_SRC)
cargo publish -p holochain_deepkey_dna --dry-run --allow-dirty
publish-deepkey-dna-crate: .cargo/credentials $(DNA_CRATE_DNA_SRC)
cargo publish -p holochain_deepkey_dna --allow-dirty

$(DNA_CRATE_DNA_SRC): $(DEEPKEY_DNA)
cp $< $@
2 changes: 1 addition & 1 deletion crates/holochain_deepkey_dna/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "holochain_deepkey_dna"
version = "0.0.8-dev.1"
version = "0.0.8-dev.2"
edition = "2021"
authors = ["Michael dougherty <[email protected]>"]
license = "CAL-1.0"
Expand Down

0 comments on commit 7c9899f

Please sign in to comment.