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

Commit 521b3ff

Browse files
fix pages and sdk instructions
1 parent 4d7baad commit 521b3ff

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

docs/SDKs/rust.mdx

+3
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,7 @@ testutils = ["soroban-sdk/testutils"]
3030

3131
[dependencies]
3232
soroban-sdk = "0.0.4"
33+
34+
[dev_dependencies]
35+
soroban-sdk = { version = "0.0.4", features = ["soroban-sdk/testutils"] }
3336
```

docs/built-in-contracts/_category_.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"position": 3,
2+
"position": 5,
33
"label": "Built-in Contracts",
44
"link": {
55
"type": "generated-index"

docs/learn/_category_.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"position": 5,
2+
"position": 6,
33
"label": "Learn",
44
"link": {
55
"type": "generated-index"

0 commit comments

Comments
 (0)