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"