Skip to content

Commit

Permalink
Merge pull request #266 from sisuresh/update-main
Browse files Browse the repository at this point in the history
Merge dev into main to pick up alloc docs
  • Loading branch information
sisuresh authored Jan 9, 2023
2 parents 4f02e90 + 3f07506 commit 3467eaa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started/quick-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ crate-type = ["cdylib"]
testutils = ["soroban-sdk/testutils"]

[dependencies]
soroban-sdk = "0.3.2"
soroban-sdk = "0.4.2"

[dev_dependencies]
soroban-sdk = { version = "0.3.2", features = ["testutils"] }
soroban-sdk = { version = "0.4.2", features = ["testutils"] }

[profile.release]
opt-level = "z"
Expand Down
8 changes: 4 additions & 4 deletions docs/tutorials/create-a-project.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ The `soroban-sdk` is in early development. Report issues

```toml
[dependencies]
soroban-sdk = "0.3.2"
soroban-sdk = "0.4.2"

[dev_dependencies]
soroban-sdk = { version = "0.3.2", features = ["testutils"] }
soroban-sdk = { version = "0.4.2", features = ["testutils"] }

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

[dependencies]
soroban-sdk = "0.3.2"
soroban-sdk = "0.4.2"

[dev_dependencies]
soroban-sdk = { version = "0.3.2", features = ["testutils"] }
soroban-sdk = { version = "0.4.2", features = ["testutils"] }

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

0 comments on commit 3467eaa

Please sign in to comment.