Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
matthme committed Feb 7, 2024
2 parents cb39412 + f827e44 commit 0a4601c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion crates/holochain_manager/src/holochain_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use std::{fs, time::Duration};

// NEW_VERSION change holochain_types version
use holochain_client::{AdminWebsocket, AgentPubKey, AppInfo, InstallAppPayload};
use holochain_types_0_2_4::prelude::{
use holochain_types_0_2_6::prelude::{
AppBundleSource, CellId, CloneCellId, DisableCloneCellPayload,
};
use lair_keystore_manager::utils::create_dir_if_necessary;
Expand Down
1 change: 1 addition & 0 deletions crates/holochain_manager/src/versions/v0_2_6.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ impl VersionManager for HolochainV0_2_6 {
network: Some(network_config),
db_sync_strategy: Default::default(),
tracing_override: None,
tracing_scope: None,
};

serde_yaml::to_string(&config).expect("Could not convert conductor config to string")
Expand Down

0 comments on commit 0a4601c

Please sign in to comment.