Skip to content

Commit

Permalink
chore: backport and bump to 0.4000.0 (#443)
Browse files Browse the repository at this point in the history
* fix: gracefully handle number prefixed names (#439)

* Bump versions

* Bump holochain deps
  • Loading branch information
c12i authored Jan 9, 2025
1 parent 13c5721 commit 658aaf5
Show file tree
Hide file tree
Showing 7 changed files with 87 additions and 77 deletions.
74 changes: 37 additions & 37 deletions Cargo.lock

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

6 changes: 3 additions & 3 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.4000.0-rc.5"
version = "0.4000.0"
description = "CLI to easily generate and modify holochain apps"
license = "CAL-1.0"
homepage = "https://developer.holochain.org"
Expand All @@ -18,8 +18,8 @@ name = "holochain_scaffolding_cli"
path = "src/lib.rs"

[dependencies]
holochain_types = "0.4.0-rc.2"
mr_bundle = "0.4.0-rc.1"
holochain_types = "0.4.0"
mr_bundle = "0.4.0"

dirs = "5.0.1"
ignore = "0.4"
Expand Down
52 changes: 26 additions & 26 deletions flake.lock

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

2 changes: 1 addition & 1 deletion src/cli/link_type.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ pub struct LinkType {
#[structopt(long)]
/// Skips UI generation for this link-type.
pub no_ui: bool,
#[structopt(long)]

#[structopt(long)]
/// Skips test generation for this link-type.
pub no_spec: bool,
}
Expand Down
Loading

0 comments on commit 658aaf5

Please sign in to comment.