Skip to content

Commit 8430687

Browse files
Guillermo Alejandro Gallardo DiezGuillermo Alejandro Gallardo Diez
authored andcommitted
fix: tests
1 parent b7ced3d commit 8430687

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

contract-rs/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ crate-type = ["cdylib", "rlib"]
1313

1414
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1515
[dependencies]
16-
near-sdk = { version = "5.1.0", features = ["legacy"] }
16+
near-sdk = { version = "5.7.0", features = ["legacy"] }
1717

1818
[dev-dependencies]
19-
near-sdk = { version = "5.1.0", features = ["unit-testing"] }
20-
near-workspaces = { version = "0.10.0", features = ["unstable"] }
19+
near-sdk = { version = "5.7.0", features = ["unit-testing"] }
20+
near-workspaces = { version = "0.16.0", features = ["unstable"] }
2121
tokio = { version = "1.12.0", features = ["full"] }
2222
serde_json = "1"
2323

0 commit comments

Comments
 (0)