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
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
Prev Previous commit
Bump to holochain dev.13
c12i committed Jan 9, 2025
commit 65f8d5b3e3c81be02f0a31d84c28a6a86a52984c
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
@@ -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"
6 changes: 3 additions & 3 deletions src/versions.rs
Original file line number Diff line number Diff line change
@@ -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>
///