Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
Updated to 0.3.1-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed May 28, 2024
1 parent 2a6e548 commit 18dead2
Show file tree
Hide file tree
Showing 10 changed files with 304 additions and 296 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build-and-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,18 @@ jobs:
env:
CACHIX_AUTH_TOKEN: "${{ secrets.DARKSOIL_CACHIX_AUTH_TOKEN }}"
run: |
nix build -L .#notifications_integrity.meta.debug
cachix push darksoil-studio $(nix path-info .#notifications_integrity.meta.debug)
cachix pin darksoil-studio notifications_integrity_debug $(nix path-info .#notifications_integrity.meta.debug)
nix build -L .#notifications_integrity
cachix push darksoil-studio $(nix path-info .#notifications_integrity)
cachix pin darksoil-studio notifications_integrity $(nix path-info .#notifications_integrity)
cachix pin darksoil-studio notifications_integrity_debug $(nix path-info .#notifications_integrity)
nix build -L .#notifications.meta.debug
cachix push darksoil-studio $(nix path-info .#notifications.meta.debug)
cachix pin darksoil-studio notifications_debug $(nix path-info .#notifications.meta.debug)
nix build -L .#notifications_integrity.meta.release
cachix push darksoil-studio $(nix path-info .#notifications_integrity.meta.release)
cachix pin darksoil-studio notifications_integrity $(nix path-info .#notifications_integrity.meta.release)
nix build -L .#notifications
cachix push darksoil-studio $(nix path-info .#notifications)
cachix pin darksoil-studio notifications$(nix path-info .#notifications)
cachix pin darksoil-studio notifications_debug $(nix path-info .#notifications)
nix build -L .#notifications.meta.release
cachix push darksoil-studio $(nix path-info .#notifications.meta.release)
cachix pin darksoil-studio notifications$(nix path-info .#notifications.meta.release)
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ members = ["zomes/coordinator/*", "zomes/integrity/*"]
resolver = "2"

[workspace.dependencies]
holochain = { version = "0.3.0-beta-dev.48", default-features = false, features = [
holochain = { version = "0.3.0-rc", default-features = false, features = [
"test_utils",
] }
hdi = "0.4.0-beta-dev.36"
hdk = "0.3.0-beta-dev.41"
hdi = "0.4.1-rc"
hdk = "0.3.1-rc"
serde = "1.0.193"

Loading

0 comments on commit 18dead2

Please sign in to comment.