Skip to content

Commit

Permalink
switched to git dependency for memflow-registry
Browse files Browse the repository at this point in the history
  • Loading branch information
ko1N committed Mar 27, 2024
1 parent 5d7ae28 commit e63e6c2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ which = "6.0"
crates_io_api = { version = "0.9.0", default-features = false, features = ["rustls"] }

# memflow-registry
memflow-registry-client = { path = "../memflow-registry/memflow-registry-client" }
#memflow-registry-client = { path = "../memflow-registry/memflow-registry-client" }
memflow-registry-client = { git = "https://github.com/memflow/memflow-registry" }
sha256 = "1.5"

# source builds
Expand Down
2 changes: 1 addition & 1 deletion src/commands/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ pub async fn handle(matches: &ArgMatches) -> Result<()> {
token.chars().map(|_| '*').collect()
};
println!("token = \"{}\"", token);

println!(
"pub_key_file = {:?}",
config.pub_key_file.unwrap_or_default()
Expand Down

0 comments on commit e63e6c2

Please sign in to comment.