Skip to content

Commit

Permalink
Bump holochain dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
c12i committed Jan 17, 2025
1 parent 59bb240 commit 09b04ba
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 93 deletions.
103 changes: 15 additions & 88 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.4.0"
holochain_types = "0.4.1-rc.1"
mr_bundle = "0.4.0"

dirs = "5.0.1"
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

outputs = inputs @ { flake-parts, nixpkgs, crane, rust-overlay, ... }:
flake-parts.lib.mkFlake { inherit inputs; }
rec {
{
flake = {
lib.wrapCustomTemplate = { system, pkgs, customTemplatePath }:
let
Expand Down
6 changes: 3 additions & 3 deletions src/versions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ pub const HC_SPIN_VERSION: &str = "^0.400.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.5.0";
pub const HDI_VERSION: &str = "0.5.1-rc.1";

/// crates.io <https://crates.io/crates/hdk/versions>
pub const HDK_VERSION: &str = "0.4.0";
pub const HDK_VERSION: &str = "0.4.1-rc.1";

/// crates.io <https://crates.io/crates/holochain/versions>
pub const HOLOCHAIN_VERSION: &str = "0.4.0";
pub const HOLOCHAIN_VERSION: &str = "0.4.1-rc.1";

0 comments on commit 09b04ba

Please sign in to comment.