0.5.1-pre.005

This commit is contained in:
2026-08-10 01:36:42 +02:00
parent ec07ddbd80
commit b6a286a4df
54 changed files with 6236 additions and 5569 deletions

View File

@@ -1,5 +1,5 @@
// file: ks-pipeline-demo-scenarios/src/metadata/metaplex_token_metadata/use_campaign.rs
// version: 3
// version: 4
//! Bounded Devnet availability probe for the current Metaplex `Use` surface.
@@ -425,7 +425,7 @@ mod tests {
let path = std::path::PathBuf::from(value);
if path.is_absolute() { path } else { workspace_root.join(path) }
},
std::result::Result::Err(_) => workspace_root.join("config/example.config.json"),
std::result::Result::Err(_) => workspace_root.join("config/app.config.json"),
};
let config = ks_config::read_config_json_file_with_environment(
config_path.as_path(),