Skip to content

Commit

Permalink
Minor update version
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Dec 2, 2024
1 parent 8a72af7 commit e40b49d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
nixpkgs.follows = "holonix/nixpkgs";
flake-parts.follows = "holonix/flake-parts";

p2p-shipyard.url = "github:darksoil-studio/p2p-shipyard/main-0.3";
p2p-shipyard.url = "github:darksoil-studio/p2p-shipyard/main-0.4";
};

outputs = inputs:
Expand Down
8 changes: 4 additions & 4 deletions crates/scaffold-tauri-happ/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -486,8 +486,8 @@ members = ["dnas/*/zomes/coordinator/*", "dnas/*/zomes/integrity/*", "src-tauri"
resolver = "2"
[workspace.dependencies]
hdi = "0.4.2"
hdk = "0.3.2"
hdi = "0.5.0-rc"
hdk = "0.4.0-rc"
serde = "1.0"
[workspace.dependencies.posts]
Expand All @@ -510,8 +510,8 @@ resolver = "2"
members = ["dnas/*/zomes/coordinator/*", "dnas/*/zomes/integrity/*"]
[workspace.dependencies]
hdi = "0.4.2"
hdk = "0.3.2"
hdi = "0.5.0-rc"
hdk = "0.4.0-rc"
serde = "1.0"
[workspace.dependencies.posts]
Expand Down
2 changes: 1 addition & 1 deletion nix/holochain-tauri-happ-artifacts.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ let
};
cargoArtifacts = craneLib.buildDepsOnly (commonArgs // {
pname = "tauri-happ";
version = "for-holochain-0.3.2";
version = "for-holochain-0.4.x";
});
in cargoArtifacts

0 comments on commit e40b49d

Please sign in to comment.