Skip to content

Commit

Permalink
chore: release weekly 0.500.0 dev.2 (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
c12i authored Nov 18, 2024
1 parent b2278b1 commit 2c5dc23
Show file tree
Hide file tree
Showing 4 changed files with 87 additions and 103 deletions.
132 changes: 58 additions & 74 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "holochain_scaffolding_cli"
version = "0.500.0-dev.1"
version = "0.500.0-dev.2"
description = "CLI to easily generate and modify holochain apps"
license = "CAL-1.0"
homepage = "https://developer.holochain.org"
Expand All @@ -18,9 +18,9 @@ name = "holochain_scaffolding_cli"
path = "src/lib.rs"

[dependencies]
holochain = { features = ["hdk"], version = "0.5.0-dev.3" }
holochain_types = "0.5.0-dev.3"
mr_bundle = "0.5.0-dev.0"
holochain = { features = ["hdk"], version = "0.5.0-dev.5" }
holochain_types = "0.5.0-dev.4"
mr_bundle = "0.5.0-dev.1"

dirs = "5.0.1"
ignore = "0.4"
Expand Down
Loading

0 comments on commit 2c5dc23

Please sign in to comment.