Skip to content

Commit

Permalink
only use testutils for preflight lib
Browse files Browse the repository at this point in the history
  • Loading branch information
tamirms committed Dec 6, 2023
1 parent feb4352 commit ddf485e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ version = "20.0.0-rc4"
version = "20.0.0"
git = "https://github.com/stellar/rs-soroban-env"
rev = "9c5394083725bacf32a56107d7fa2adf643dc7b5"
features = ["testutils"]

[workspace.dependencies.soroban-spec]
version = "20.0.0"
Expand Down
2 changes: 1 addition & 1 deletion cmd/soroban-rpc/lib/preflight/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ base64 = { workspace = true }
thiserror = { workspace = true }
libc = "0.2.147"
sha2 = { workspace = true }
soroban-env-host = { workspace = true, features = ["recording_auth"]}
soroban-env-host = { workspace = true, features = ["recording_auth", "testutils"]}
rand = "0.8.5"

0 comments on commit ddf485e

Please sign in to comment.