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

Commit

Permalink
bumped to holochain 0.3.1-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matthme committed Jun 3, 2024
1 parent 0d60c9b commit 2e33e52
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 79 deletions.
119 changes: 47 additions & 72 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ resolver = "2"

[workspace.dependencies]
# NEW_VERSION Update holochain dependencies here
holochain_cli_sandbox = "0.3.1-rc.0"
holochain_types = "0.3.1-rc.0"
holochain_cli_sandbox = "0.3.1-rc.1"
holochain_types = "0.3.1-rc.1"
holochain_util = { version = "0.3.1-rc.0", features = [ "pw" ] }
holochain_zome_types = "0.3.1-rc.0"
holochain_conductor_api = "0.3.1-rc.0"
holochain_zome_types = "0.3.1-rc.1"
holochain_conductor_api = "0.3.1-rc.1"
holochain_trace = "0.3.1-rc.0"

holochain_client = "0.5.0-rc.1"
Expand Down
3 changes: 1 addition & 2 deletions crates/hc_launch/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "holochain_cli_launch"
version = "0.300.0-dev.2"
version = "0.300.0-dev.3" # NEW_VERSION
description = "A CLI to launch holochain apps in a Holochain Launcher environment for testing and development purposes."
license-file = "LICENSE_CAL-1.0"
homepage = "https://developer.holochain.org"
Expand All @@ -23,7 +23,6 @@ tauri-build = { version = "1.4.0", features = [] }
anyhow = "1.0"
futures = "0.3"

# NEW_VERSION update holochain dependencies
holochain_client = { workspace = true }
holochain_cli_sandbox = { workspace = true }
holochain_launcher_utils = { path = "../../holochain_launcher_utils" }
Expand Down
3 changes: 2 additions & 1 deletion crates/hc_launch/src-tauri/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ use crate::launch_tauri::launch_tauri;
use crate::prepare_webapp;
use holochain_cli_sandbox::cmds::{Create, Existing, NetworkCmd, NetworkType};

// NEW_VERSION update version number here
#[derive(Debug, Parser)]
#[command(version = "0.300.0-dev.2 (holochain 0.3.1-rc.0)")]
#[command(version = "0.300.0-dev.3 (holochain 0.3.1-rc.1)")]
#[command(author, about, long_about = None)]
/// Helper for launching holochain apps in a Holochain Launcher environment for testing and development purposes.
///
Expand Down

0 comments on commit 2e33e52

Please sign in to comment.