Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump weekly 0.500.0 dev.5 #444

Merged
merged 4 commits into from
Jan 9, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Bump dependencies
  • Loading branch information
c12i committed Jan 7, 2025
commit 95286fdee15a60a51326e753ec29a09659a0211b
105 changes: 73 additions & 32 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.6"
holochain_types = "0.5.0-dev.12"
mr_bundle = "0.5.0-dev.1"

dirs = "5.0.1"
Expand Down
10 changes: 5 additions & 5 deletions src/versions.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/// npm: <https://www.npmjs.com/package/@holochain/tryorama>
pub const TRYORAMA_VERSION: &str = "^0.18.0-dev.1";
pub const TRYORAMA_VERSION: &str = "^0.18.0-dev.3";

/// npm: <https://www.npmjs.com/package/@holochain/client>
pub const HOLOCHAIN_CLIENT_VERSION: &str = "^0.19.0-dev.5";
pub const HOLOCHAIN_CLIENT_VERSION: &str = "^0.19.0-dev.6";

/// npm: <https://www.npmjs.com/package/@holochain/hc-spin>
pub const HC_SPIN_VERSION: &str = "^0.500.0-dev.0";
Expand All @@ -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.4";
pub const HDI_VERSION: &str = "0.6.0-dev.8";

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

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

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