diff --git a/workspaces/Cargo.toml b/workspaces/Cargo.toml index cc57552a..29bbabd2 100644 --- a/workspaces/Cargo.toml +++ b/workspaces/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "workspaces" -version = "0.1.0" +version = "0.1.1" edition = "2018" license = "MIT OR Apache-2.0" repository = "https://github.com/near/workspaces-rs" @@ -31,7 +31,7 @@ near-crypto = "0.5" near-primitives = "0.5" near-jsonrpc-primitives = "0.5" near-jsonrpc-client = { version = "0.1", features = ["sandbox"] } -near-sandbox-utils = "0.1" +near-sandbox-utils = "0.1.1" [build-dependencies] near-sandbox-utils = "0.1"