Skip to content

Commit 65fb81a

Browse files
remove soroban bin target from stellar-cli cargo (stellar#2024)
1 parent 18f54cd commit 65fb81a

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

cmd/crates/soroban-test/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ impl TestEnv {
166166
}
167167

168168
pub fn bin(&self) -> Command {
169-
Command::cargo_bin("soroban").unwrap_or_else(|_| Command::new("soroban"))
169+
Command::cargo_bin("stellar").unwrap_or_else(|_| Command::new("stellar"))
170170
}
171171

172172
pub fn generate_account(&self, account: &str, seed: Option<String>) -> Command {

cmd/stellar-cli/Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ default-run = "stellar"
1616
name = "stellar"
1717
path = "src/bin/stellar.rs"
1818

19-
[[bin]]
20-
name = "soroban"
21-
path = "src/bin/soroban.rs"
22-
2319
[package.metadata.binstall]
2420
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ version }-{ target }{ archive-suffix }"
2521
bin-dir = "{ bin }{ binary-ext }"

0 commit comments

Comments
 (0)