From d4ba7c329f7327f7967784602e889ac356baf2f2 Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 21 Mar 2024 09:47:21 +0100 Subject: [PATCH] 0.3.0-beta-dev.41-c3eec1p --- .github/workflows/holochain-binaries-manually.yaml | 6 +++--- config.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/holochain-binaries-manually.yaml b/.github/workflows/holochain-binaries-manually.yaml index 79caa19..b1461be 100644 --- a/.github/workflows/holochain-binaries-manually.yaml +++ b/.github/workflows/holochain-binaries-manually.yaml @@ -44,7 +44,7 @@ jobs: $env:HOLOCHAIN_VERSION = $(node -p -e "require('./config.json').holochainVersion") - cargo install holochain --version $env:HOLOCHAIN_VERSION --locked --features sqlite-encrypted + cargo install holochain --git https://github.com/holochain/holochain --git c3eec1b95449c8e9538c7b761a01048b4424c5e4 $HcPath = Get-Command holochain | Select-Object -ExpandProperty Definition Copy-Item $HcPath -Destination holochain-v$env:HOLOCHAIN_VERSION-x86_64-pc-windows-msvc.exe @@ -57,7 +57,7 @@ jobs: run: | HOLOCHAIN_VERSION=$(node -p -e "require('./config.json').holochainVersion") - cargo install holochain --version $HOLOCHAIN_VERSION --locked --features sqlite-encrypted + cargo install holochain --git https://github.com/holochain/holochain --git c3eec1b95449c8e9538c7b761a01048b4424c5e4 HOLOCHAIN_PATH=$(which holochain) cp $HOLOCHAIN_PATH holochain-v$HOLOCHAIN_VERSION-x86_64-apple-darwin @@ -70,7 +70,7 @@ jobs: run: | HOLOCHAIN_VERSION=$(node -p -e "require('./config.json').holochainVersion") - cargo install holochain --version $HOLOCHAIN_VERSION --locked --features sqlite-encrypted + cargo install holochain --git https://github.com/holochain/holochain --git c3eec1b95449c8e9538c7b761a01048b4424c5e4 HOLOCHAIN_PATH=$(which holochain) cp $HOLOCHAIN_PATH holochain-v$HOLOCHAIN_VERSION-x86_64-unknown-linux-gnu diff --git a/config.json b/config.json index 6aa94ed..7419763 100644 --- a/config.json +++ b/config.json @@ -1,4 +1,4 @@ { - "holochainVersion": "0.1.8", - "lairVersion": "0.4.2" + "holochainVersion": "0.3.0-beta-dev.41-c3eec1b", + "lairVersion": "0.4.4" } \ No newline at end of file