From 300f79846c1172a0e86ac36f5c55e532160aae09 Mon Sep 17 00:00:00 2001 From: Lyudmil Ivanov <55487633+flmel@users.noreply.github.com> Date: Sat, 11 Jan 2025 21:35:02 +0200 Subject: [PATCH] chroe: update workspaces version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 742ac64..a856f10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ near-sdk = { version = "5.3.0", features = ["unstable"] } [dev-dependencies] near-sdk = { version = "5.3.0", features = ["unit-testing"] } -near-workspaces = { version = "0.10.0", features = ["unstable"] } +near-workspaces = { version = "0.16.0", features = ["unstable"] } tokio = { version = "1.12.0", features = ["full"] } serde_json = "1"