Skip to content

Commit

Permalink
Update sdk version to 0.4.1 and cli version to 0.4.0 (#192)
Browse files Browse the repository at this point in the history
* Update sdk version to 0.4.0

* Update sdk and cli versions
  • Loading branch information
jayz22 authored Jan 6, 2023
1 parent 9ce00fa commit 42474bc
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 28 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:2022-11-09-13-54-49

RUN mkdir -p ~/.local/bin
RUN curl -L -o ~/.local/bin/soroban https://github.com/stellar/soroban-tools/releases/download/v0.3.3/soroban-cli-0.3.3-x86_64-unknown-linux-gnu
RUN curl -L -o ~/.local/bin/soroban https://github.com/stellar/soroban-tools/releases/download/v0.4.0/soroban-cli-0.4.0-x86_64-unknown-linux-gnu
RUN chmod +x ~/.local/bin/soroban
RUN curl -L https://github.com/mozilla/sccache/releases/download/v0.3.0/sccache-v0.3.0-x86_64-unknown-linux-musl.tar.gz | tar xz --strip-components 1 -C ~/.local/bin sccache-v0.3.0-x86_64-unknown-linux-musl/sccache
RUN chmod +x ~/.local/bin/sccache
Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
// These settings exist to support the gitpod configuration.
"workbench.startupEditor": "none",
"rust-analyzer.cargo.useRustcWrapperForBuildScripts": false,
"rust-analyzer.cargo.buildScripts.useRustcWrapper": false,
}
44 changes: 22 additions & 22 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ codegen-units = 1
lto = true

[workspace.dependencies.soroban-sdk]
version = "0.3.2"
version = "0.4.1"
git = "https://github.com/stellar/rs-soroban-sdk"
rev = "0574143"
rev = "980778e"

[workspace.dependencies.soroban-auth]
version = "0.3.2"
version = "0.4.1"
git = "https://github.com/stellar/rs-soroban-sdk"
rev = "0574143"
rev = "980778e"

0 comments on commit 42474bc

Please sign in to comment.