Skip to content

Commit

Permalink
fix: Bump hc-spin for 0.5 (#420)
Browse files Browse the repository at this point in the history
* Bump hc-spin for 0.5

* Prepare a weekly release

* Bump versions
  • Loading branch information
c12i authored Nov 26, 2024
1 parent ce996b9 commit bf8826d
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 35 deletions.
27 changes: 14 additions & 13 deletions Cargo.lock

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

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

[dependencies]
holochain_types = "0.5.0-dev.5"
holochain_types = "0.5.0-dev.6"
mr_bundle = "0.5.0-dev.1"

dirs = "5.0.1"
Expand Down
32 changes: 16 additions & 16 deletions flake.lock

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

8 changes: 4 additions & 4 deletions src/versions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ pub const TRYORAMA_VERSION: &str = "^0.18.0-dev.1";
pub const HOLOCHAIN_CLIENT_VERSION: &str = "^0.19.0-dev.5";

/// npm: <https://www.npmjs.com/package/@holochain/hc-spin>
pub const HC_SPIN_VERSION: &str = "^0.400.0-dev.3";
pub const HC_SPIN_VERSION: &str = "^0.500.0-dev.0";

/// npm: <https://www.npmjs.com/package/@holo-host/web-sdk>
pub const WEB_SDK_VERSION: &str = "^0.6.20-prerelease";

/// crates.io <https://crates.io/crates/hdi/versions>
pub const HDI_VERSION: &str = "0.6.0-dev.3";
pub const HDI_VERSION: &str = "0.6.0-dev.4";

/// crates.io <https://crates.io/crates/hdk/versions>
pub const HDK_VERSION: &str = "0.5.0-dev.5";
pub const HDK_VERSION: &str = "0.5.0-dev.6";

/// crates.io <https://crates.io/crates/holochain/versions>
pub const HOLOCHAIN_VERSION: &str = "0.5.0-dev.5";
pub const HOLOCHAIN_VERSION: &str = "0.5.0-dev.6";

/// source: <https://github.com/darksoil-studio/holochain-playground/tree/main/packages/cli/server>
///
Expand Down

0 comments on commit bf8826d

Please sign in to comment.