Skip to content

Commit

Permalink
[cargo] Add framework-release to default member (#1688)
Browse files Browse the repository at this point in the history
* [cargo] Add framework-release to default member

* fixup
  • Loading branch information
jolestar authored May 16, 2024
1 parent 222b5ed commit bd30d5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ members = [

default-members = [
"moveos/moveos",
"frameworks/framework-release",
"crates/rooch",
]

Expand Down
5 changes: 1 addition & 4 deletions crates/rooch/src/commands/init.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,7 @@ impl CommandAction<()> for Init {
}

None => {
println!(
"Creating client config file [{:?}] with rooch native validator.",
client_config_path
);
println!("Creating client config file [{:?}].", client_config_path);
let url = if self.server_url.is_none() {
String::new()
} else {
Expand Down

0 comments on commit bd30d5e

Please sign in to comment.