Skip to content

Commit

Permalink
Bump sdk and cli to rc2 (#284)
Browse files Browse the repository at this point in the history
* Update cli

* Bump sdk to 20.0.0-rc2
  • Loading branch information
sisuresh committed Sep 19, 2023
1 parent 4c59070 commit 7a7cc62
Show file tree
Hide file tree
Showing 50 changed files with 534 additions and 534 deletions.
2 changes: 1 addition & 1 deletion .gitpod.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM gitpod/workspace-full:2023-01-16-03-31-28

RUN mkdir -p ~/.local/bin
RUN curl -L https://github.com/stellar/soroban-tools/releases/download/v20.0.0-rc1/soroban-cli-20.0.0-rc1-x86_64-unknown-linux-gnu.tar.gz | tar xz -C ~/.local/bin soroban
RUN curl -L https://github.com/stellar/soroban-tools/releases/download/v20.0.0-rc2/soroban-cli-20.0.0-rc2-x86_64-unknown-linux-gnu.tar.gz | tar xz -C ~/.local/bin soroban
RUN chmod +x ~/.local/bin/soroban
RUN curl -L https://github.com/mozilla/sccache/releases/download/v0.3.3/sccache-v0.3.3-x86_64-unknown-linux-musl.tar.gz | tar xz --strip-components 1 -C ~/.local/bin sccache-v0.3.3-x86_64-unknown-linux-musl/sccache
RUN chmod +x ~/.local/bin/sccache
Expand Down
40 changes: 20 additions & 20 deletions account/Cargo.lock

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

4 changes: 2 additions & 2 deletions account/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ crate-type = ["cdylib"]
doctest = false

[dependencies]
soroban-sdk = { version = "20.0.0-rc1" }
soroban-sdk = { version = "20.0.0-rc2" }

[dev_dependencies]
soroban-sdk = { version = "20.0.0-rc1", features = ["testutils"] }
soroban-sdk = { version = "20.0.0-rc2", features = ["testutils"] }
ed25519-dalek = { version = "1.0.1" }
rand = { version = "0.7.3" }

Expand Down
40 changes: 20 additions & 20 deletions alloc/Cargo.lock

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

4 changes: 2 additions & 2 deletions alloc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ crate-type = ["cdylib"]
doctest = false

[dependencies]
soroban-sdk = { version = "20.0.0-rc1", features = ["alloc"] }
soroban-sdk = { version = "20.0.0-rc2", features = ["alloc"] }

[dev_dependencies]
soroban-sdk = { version = "20.0.0-rc1", features = ["testutils", "alloc"] }
soroban-sdk = { version = "20.0.0-rc2", features = ["testutils", "alloc"] }

[profile.release]
opt-level = "z"
Expand Down
40 changes: 20 additions & 20 deletions atomic_multiswap/Cargo.lock

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

Loading

0 comments on commit 7a7cc62

Please sign in to comment.