Skip to content

Commit

Permalink
[dev_dependencies] to [dev-dependencies]
Browse files Browse the repository at this point in the history
  • Loading branch information
sagars committed Jun 19, 2024
1 parent 16fbae4 commit c7f0eef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contracts/asset_manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ testutils = ["soroban-sdk/testutils"]
soroban-sdk = { workspace = true }
soroban-rlp = { path = "../../libs/soroban-rlp" }

[dev_dependencies]
[dev-dependencies]
soroban-sdk = { workspace = true, features = ["testutils"] }
2 changes: 1 addition & 1 deletion contracts/balanced_doller/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ soroban-sdk = { workspace = true }
soroban-token-sdk = { version = "20.3.2" }
soroban-rlp = { path = "../../libs/soroban-rlp" }

[dev_dependencies]
[dev-dependencies]
soroban-sdk = { workspace = true, features = ["testutils"] }
2 changes: 1 addition & 1 deletion contracts/xcall_manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ testutils = ["soroban-sdk/testutils"]
soroban-sdk = { workspace = true }
soroban-rlp = { path = "../../libs/soroban-rlp" }

[dev_dependencies]
[dev-dependencies]
soroban-sdk = { workspace = true, features = ["testutils"] }

0 comments on commit c7f0eef

Please sign in to comment.