Skip to content

Commit

Permalink
Bump to holochain dev.13
Browse files Browse the repository at this point in the history
  • Loading branch information
c12i committed Jan 9, 2025
1 parent 7087f7a commit 65f8d5b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ name = "holochain_scaffolding_cli"
path = "src/lib.rs"

[dependencies]
holochain_types = "0.5.0-dev.12"
holochain_types = "0.5.0-dev.13"
mr_bundle = "0.5.0-dev.1"

dirs = "5.0.1"
Expand Down
6 changes: 3 additions & 3 deletions src/versions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ pub const HC_SPIN_VERSION: &str = "^0.500.0-dev.0";
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.8";
pub const HDI_VERSION: &str = "0.6.0-dev.9";

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

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

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

0 comments on commit 65f8d5b

Please sign in to comment.