Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Update soroban-sdk to v20.0.0-rc2.2 (#667)
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch authored Dec 3, 2023
1 parent c5b0136 commit 36cc17f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/getting-started/hello-world.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ The `soroban-sdk` is in early development. Report issues [here](https://github.c

```toml
[dependencies]
soroban-sdk = "20.0.0-rc2"
soroban-sdk = "20.0.0-rc2.2"

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

[features]
testutils = ["soroban-sdk/testutils"]
Expand Down Expand Up @@ -129,10 +129,10 @@ edition = "2021"
crate-type = ["cdylib"]

[dependencies]
soroban-sdk = "20.0.0-rc2"
soroban-sdk = "20.0.0-rc2.2"

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

[features]
testutils = ["soroban-sdk/testutils"]
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/storing-data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ members = [
]

[workspace.dependencies]
soroban-sdk = "20.0.0-rc2"
soroban-sdk = "20.0.0-rc2.2"

[profile.release]
opt-level = "z"
Expand Down

0 comments on commit 36cc17f

Please sign in to comment.