From 44193dc2c6d0a712d9bfd177378b47df77315a48 Mon Sep 17 00:00:00 2001 From: SleepNoMore <95906578+nninkovicSQA@users.noreply.github.com> Date: Fri, 11 Oct 2024 13:03:21 +0200 Subject: [PATCH] Syntac error fix. --- workspaces-rs-tests/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces-rs-tests/Cargo.toml b/workspaces-rs-tests/Cargo.toml index b9d4e66a..ee1382ac 100644 --- a/workspaces-rs-tests/Cargo.toml +++ b/workspaces-rs-tests/Cargo.toml @@ -15,6 +15,6 @@ near-sdk = { version = "4.0.0-pre.4", features = ["unstable"] } near-units = "0.2.0" serde_json = "1.0" tokio = { version = "1.14", features = ["full"] } -near-workspaces = { version = "0.10.0", features = ["unstable"] } as workspaces +near-workspaces = { version = "0.10.0", features = ["unstable"] } sputnikdao2 = { path = "../sputnikdao2" } sputnikdao-factory2 = { path = "../sputnikdao-factory2" }