Skip to content

Commit

Permalink
Merge pull request #5 from holochain-open-dev/fix/remove-outdated-ins…
Browse files Browse the repository at this point in the history
…tructions

Remove instructions for pinning profiles to 0.1
  • Loading branch information
guillemcordoba authored Feb 21, 2024
2 parents 084bd64 + 0474094 commit d00d43f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .templates/app/dna.instructions.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ If you want the UI to work, you must include the profiles zome in one of your DN
Scaffold the profiles zome in this DNA by running these commands, if you haven't already:

hc-scaffold zome profiles --coordinator dnas/{{dna_name}}/zomes/coordinator --integrity dnas/{{dna_name}}/zomes/integrity
cargo add -p profiles hc_zome_profiles_coordinator@0.1
cargo add -p profiles hc_zome_profiles_coordinator
echo "extern crate hc_zome_profiles_coordinator;" > dnas/{{dna_name}}/zomes/coordinator/profiles/src/lib.rs
cargo add -p profiles_integrity hc_zome_profiles_integrity@0.1
cargo add -p profiles_integrity hc_zome_profiles_integrity
echo "extern crate hc_zome_profiles_integrity;" > dnas/{{dna_name}}/zomes/integrity/profiles/src/lib.rs
4 changes: 2 additions & 2 deletions .templates/module/dna.instructions.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ If you want the UI to work, you must include the profiles zome in one of your DN
Scaffold the profiles zome in this DNA by running these commands, if you haven't already:

hc-scaffold zome profiles --coordinator dnas/{{dna_name}}/zomes/coordinator --integrity dnas/{{dna_name}}/zomes/integrity
cargo add -p profiles hc_zome_profiles_coordinator@0.1
cargo add -p profiles hc_zome_profiles_coordinator
echo "extern crate hc_zome_profiles_coordinator;" > dnas/{{dna_name}}/zomes/coordinator/profiles/src/lib.rs
cargo add -p profiles_integrity hc_zome_profiles_integrity@0.1
cargo add -p profiles_integrity hc_zome_profiles_integrity
echo "extern crate hc_zome_profiles_integrity;" > dnas/{{dna_name}}/zomes/integrity/profiles/src/lib.rs

0 comments on commit d00d43f

Please sign in to comment.