Skip to content

Commit

Permalink
Merge branch 'main' into feat/sign_with_lab
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch authored Sep 25, 2024
2 parents a86af7e + 9f24abe commit 2bb71f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ exclude = ["cmd/crates/soroban-test/tests/fixtures/hello"]

[workspace.package]
version = "21.5.0"
rust-version = "1.79.0"
rust-version = "1.81.0"

[workspace.dependencies.soroban-env-host]
version = "=21.2.1"
Expand Down
2 changes: 1 addition & 1 deletion cmd/crates/soroban-test/tests/it/plugin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ fn has_no_path() {
assert_cmd::Command::cargo_bin("soroban")
.unwrap_or_else(|_| assert_cmd::Command::new("soroban"))
.arg("hello")
.env("PATH", &target_bin())
.env("PATH", target_bin())
.assert()
.stdout("Hello, world!\n");
}
Expand Down

0 comments on commit 2bb71f7

Please sign in to comment.