Skip to content

Commit

Permalink
Support two sorobans for preflight
Browse files Browse the repository at this point in the history
  • Loading branch information
graydon committed Aug 10, 2024
1 parent 2d6faac commit 1944ec0
Show file tree
Hide file tree
Showing 4 changed files with 579 additions and 25 deletions.
229 changes: 206 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 16 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,25 @@ members = [
[workspace.package]
rust-version = "1.74.0"

[workspace.dependencies.soroban-env-host-21]
package = "soroban-env-host"
version = "=21.2.0"

[workspace.dependencies.soroban-env-host]
version = "=21.1.0"
package = "soroban-env-host"
version = "=22.0.0"
git = "https://github.com/stellar/rs-soroban-env"
rev = "b01e79899ceeeb3d39f9531bbc09b39bf0149da8"

[workspace.dependencies.soroban-simulation-21]
package = "soroban-simulation"
version = "=21.2.0"

[workspace.dependencies.soroban-simulation]
version = "=21.1.0"
package = "soroban-simulation"
version = "=22.0.0"
git = "https://github.com/stellar/rs-soroban-env"
rev = "b01e79899ceeeb3d39f9531bbc09b39bf0149da8"

[workspace.dependencies]
base64 = "0.22.0"
Expand Down
Loading

0 comments on commit 1944ec0

Please sign in to comment.