diff --git a/examples/adder/Cargo.toml b/examples/adder/Cargo.toml index e9395f240..426b3e329 100644 --- a/examples/adder/Cargo.toml +++ b/examples/adder/Cargo.toml @@ -11,7 +11,7 @@ crate-type = ["cdylib"] near-sdk = { path = "../../near-sdk" } [dev-dependencies] -near-workspaces = { version = "0.15", features = ["unstable"] } +near-workspaces = { version = "0.16", features = ["unstable"] } tokio = { version = "1.14", features = ["full"] } anyhow = "1.0" near-abi = "0.4.0" diff --git a/examples/callback-results/Cargo.toml b/examples/callback-results/Cargo.toml index 35091ae9f..d23ddb09a 100644 --- a/examples/callback-results/Cargo.toml +++ b/examples/callback-results/Cargo.toml @@ -11,7 +11,7 @@ crate-type = ["cdylib"] near-sdk = { path = "../../near-sdk" } [dev-dependencies] -near-workspaces = { version = "0.15", features = ["unstable"] } +near-workspaces = { version = "0.16", features = ["unstable"] } tokio = { version = "1.14", features = ["full"] } anyhow = "1.0" near-sdk = { path = "../../near-sdk", features = ["unit-testing"] } diff --git a/examples/cross-contract-calls/Cargo.toml b/examples/cross-contract-calls/Cargo.toml index 4198508a9..12dd8bcd8 100644 --- a/examples/cross-contract-calls/Cargo.toml +++ b/examples/cross-contract-calls/Cargo.toml @@ -9,7 +9,7 @@ anyhow = "1.0" near-sdk = { path = "../../near-sdk", features = ["default", "unit-testing"] } test-case = "2.0" tokio = { version = "1.14", features = ["full"] } -near-workspaces = { version = "0.15", features = ["unstable"] } +near-workspaces = { version = "0.16", features = ["unstable"] } cross-contract-high-level = { path = "./high-level" } cross-contract-low-level = { path = "./low-level" } diff --git a/examples/factory-contract/Cargo.toml b/examples/factory-contract/Cargo.toml index a7a13c032..0192e8946 100644 --- a/examples/factory-contract/Cargo.toml +++ b/examples/factory-contract/Cargo.toml @@ -9,7 +9,7 @@ anyhow = "1.0" test-case = "2.0" tokio = { version = "1.14", features = ["full"] } near-sdk = { path = "../../near-sdk", features = ["unit-testing"] } -near-workspaces = { version = "0.15", features = ["unstable"] } +near-workspaces = { version = "0.16", features = ["unstable"] } [profile.release] codegen-units = 1 diff --git a/examples/fungible-token/Cargo.toml b/examples/fungible-token/Cargo.toml index b62008b0f..d775ebae0 100644 --- a/examples/fungible-token/Cargo.toml +++ b/examples/fungible-token/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" anyhow = "1.0" near-sdk = { path = "../../near-sdk", features = ["unit-testing"] } tokio = { version = "1.14", features = ["full"] } -near-workspaces = { version = "0.15", features = ["unstable"] } +near-workspaces = { version = "0.16", features = ["unstable"] } rstest = "0.23.0" [profile.release] diff --git a/examples/lockable-fungible-token/Cargo.toml b/examples/lockable-fungible-token/Cargo.toml index 73f688670..6e9670d2e 100644 --- a/examples/lockable-fungible-token/Cargo.toml +++ b/examples/lockable-fungible-token/Cargo.toml @@ -14,7 +14,7 @@ near-sdk = { path = "../../near-sdk", features = ["legacy"] } anyhow = "1.0" tokio = { version = "1.14", features = ["full"] } near-sdk = { path = "../../near-sdk", features = ["unit-testing"] } -near-workspaces = { version = "0.15", features = ["unstable"] } +near-workspaces = { version = "0.16", features = ["unstable"] } rstest = "0.23.0" [profile.release] diff --git a/examples/mission-control/Cargo.toml b/examples/mission-control/Cargo.toml index 43e4e3851..ee7a0606b 100644 --- a/examples/mission-control/Cargo.toml +++ b/examples/mission-control/Cargo.toml @@ -12,7 +12,7 @@ near-sdk = { path = "../../near-sdk" } [dev-dependencies] near-sdk = { path = "../../near-sdk", features = ["unit-testing"] } -near-workspaces = { version = "0.15", features = ["unstable"] } +near-workspaces = { version = "0.16", features = ["unstable"] } tokio = { version = "1.14", features = ["full"] } anyhow = "1.0" near-abi = "0.4.0" diff --git a/examples/non-fungible-token/Cargo.toml b/examples/non-fungible-token/Cargo.toml index 151fd9501..821e1fbb3 100644 --- a/examples/non-fungible-token/Cargo.toml +++ b/examples/non-fungible-token/Cargo.toml @@ -9,7 +9,7 @@ anyhow = "1.0" near-contract-standards = { path = "../../near-contract-standards" } near-sdk = { path = "../../near-sdk", features = ["unit-testing"] } tokio = { version = "1.14", features = ["full"] } -near-workspaces = { version = "0.15", features = ["unstable"] } +near-workspaces = { version = "0.16", features = ["unstable"] } rstest = "0.23.0" [profile.release] diff --git a/examples/status-message/Cargo.toml b/examples/status-message/Cargo.toml index 2b65f9abd..627e839ce 100644 --- a/examples/status-message/Cargo.toml +++ b/examples/status-message/Cargo.toml @@ -12,7 +12,7 @@ near-sdk = { path = "../../near-sdk" } [dev-dependencies] near-sdk = { path = "../../near-sdk", features = ["unit-testing"] } -near-workspaces = { version = "0.15", features = ["unstable"] } +near-workspaces = { version = "0.16", features = ["unstable"] } tokio = { version = "1.14", features = ["full"] } anyhow = "1.0" near-abi = "0.4.0" diff --git a/examples/test-contract/Cargo.toml b/examples/test-contract/Cargo.toml index b294cbf1b..e618bdbb8 100644 --- a/examples/test-contract/Cargo.toml +++ b/examples/test-contract/Cargo.toml @@ -20,7 +20,7 @@ panic = "abort" [dev-dependencies] near-sdk = { path = "../../near-sdk", features = ["unit-testing"] } -near-workspaces = { version = "0.15", features = ["unstable"] } +near-workspaces = { version = "0.16", features = ["unstable"] } tokio = { version = "1.14", features = ["full"] } anyhow = "1.0" near-abi = "0.4.0" diff --git a/examples/versioned/Cargo.toml b/examples/versioned/Cargo.toml index c2a69ef0f..e16d29336 100644 --- a/examples/versioned/Cargo.toml +++ b/examples/versioned/Cargo.toml @@ -20,7 +20,7 @@ panic = "abort" [dev-dependencies] near-sdk = { path = "../../near-sdk", features = ["unit-testing"] } -near-workspaces = { version = "0.15", features = ["unstable"] } +near-workspaces = { version = "0.16", features = ["unstable"] } tokio = { version = "1.14", features = ["full"] } anyhow = "1.0" near-abi = "0.4.0" diff --git a/near-sdk/Cargo.toml b/near-sdk/Cargo.toml index 05fe7b46d..71b4a70f8 100644 --- a/near-sdk/Cargo.toml +++ b/near-sdk/Cargo.toml @@ -63,7 +63,7 @@ rand_chacha = "0.3.1" near-rng = "0.1.1" near-abi = { version = "0.4.0", features = ["__chunked-entries"] } symbolic-debuginfo = "12" -near-workspaces = { version = "0.15", features = ["unstable"] } +near-workspaces = { version = "0.16", features = ["unstable"] } anyhow = "1.0" tokio = { version = "1", features = ["full"] } strum = "0.25.0"