We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18f54cd commit 65fb81aCopy full SHA for 65fb81a
2 files changed
cmd/crates/soroban-test/src/lib.rs
@@ -166,7 +166,7 @@ impl TestEnv {
166
}
167
168
pub fn bin(&self) -> Command {
169
- Command::cargo_bin("soroban").unwrap_or_else(|_| Command::new("soroban"))
+ Command::cargo_bin("stellar").unwrap_or_else(|_| Command::new("stellar"))
170
171
172
pub fn generate_account(&self, account: &str, seed: Option<String>) -> Command {
cmd/stellar-cli/Cargo.toml
@@ -16,10 +16,6 @@ default-run = "stellar"
16
name = "stellar"
17
path = "src/bin/stellar.rs"
18
19
-[[bin]]
20
-name = "soroban"
21
-path = "src/bin/soroban.rs"
22
-
23
[package.metadata.binstall]
24
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ version }-{ target }{ archive-suffix }"
25
bin-dir = "{ bin }{ binary-ext }"
0 commit comments