From 2460aa85bd0bd55b6d81750e411091bea7ccdfd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dj8yf0=CE=BCl?= Date: Wed, 18 Dec 2024 18:08:17 +0200 Subject: [PATCH] fix: include fix from https://github.com/near/cargo-near/pull/266 --- workspaces/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/Cargo.toml b/workspaces/Cargo.toml index dcf5f635..f2ef640d 100644 --- a/workspaces/Cargo.toml +++ b/workspaces/Cargo.toml @@ -13,7 +13,7 @@ Library for automating workflows and testing NEAR smart contracts. async-trait = "0.1" base64 = "0.22" bs58 = "0.5" -cargo-near-build = { version = "0.3.0", optional = true } +cargo-near-build = { version = "0.4.1", optional = true } chrono = "0.4.19" fs2 = "0.4" rand = "0.8.4"