Skip to content

Commit

Permalink
Bump sdk to 0.6.0 (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
sisuresh authored Feb 15, 2023
1 parent 622ce39 commit fcff863
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
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 @@ -38,11 +38,11 @@ codegen-units = 1
lto = true

[workspace.dependencies.soroban-sdk]
version = "0.5.0"
version = "0.6.0"
git = "https://github.com/stellar/rs-soroban-sdk"
rev = "bb986415977892c724f8fe0c37f38c2ae14deb31"
rev = "bb7d186906dd584efc115d1a408c91a331a54f1b"

[workspace.dependencies.soroban-auth]
version = "0.5.0"
version = "0.6.0"
git = "https://github.com/stellar/rs-soroban-sdk"
rev = "bb986415977892c724f8fe0c37f38c2ae14deb31"
rev = "bb7d186906dd584efc115d1a408c91a331a54f1b"

0 comments on commit fcff863

Please sign in to comment.