Skip to content

Commit e9a1eea

Browse files
authored
chore!: updates near-* dependencies to 0.27 release (#387)
@race-of-sloths
1 parent e1b5685 commit e9a1eea

File tree

6 files changed

+16
-16
lines changed

6 files changed

+16
-16
lines changed

examples/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ anyhow = "1.0"
99
maplit = "1.0"
1010
near-units = "0.2.0"
1111
near-gas = { version = "0.3", features = ["serde", "borsh", "schemars"] }
12-
near-jsonrpc-primitives = "0.26"
13-
near-primitives = "0.26"
12+
near-jsonrpc-primitives = "0.27"
13+
near-primitives = "0.27"
1414
serde = "1.0"
1515
serde_with = "3.4"
1616
serde_json = { version = "1.0" }

examples/noop-contract/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2018"
88
crate-type = ["cdylib"]
99

1010
[dependencies]
11-
near-sdk = "5.5.0"
11+
near-sdk = "5.6.0"
1212

1313
[profile.release]
1414
codegen-units = 1

examples/simple-contract/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2018"
88
crate-type = ["cdylib"]
99

1010
[dependencies]
11-
near-sdk = "5.5.0"
11+
near-sdk = "5.6.0"
1212

1313
[profile.release]
1414
codegen-units = 1

workspaces/Cargo.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,31 +32,31 @@ url = { version = "2.2.2", features = ["serde"] }
3232
near-abi-client = "0.1.1"
3333
near-gas = { version = "0.3", features = ["serde", "borsh", "schemars"] }
3434
near-token = { version = "0.3", features = ["serde"] }
35-
near-sdk = { version = "5.5", optional = true }
35+
near-sdk = { version = "5.6", optional = true }
3636
near-account-id = "1.0.0"
37-
near-crypto = "0.26"
38-
near-primitives = "0.26"
39-
near-jsonrpc-primitives = "0.26"
40-
near-jsonrpc-client = { version = "0.13", features = ["sandbox"] }
41-
near-sandbox-utils = "0.10"
42-
near-chain-configs = { version = "0.26", optional = true }
37+
near-crypto = "0.27"
38+
near-primitives = "0.27"
39+
near-jsonrpc-primitives = "0.27"
40+
near-jsonrpc-client = { version = "0.14", features = ["sandbox"] }
41+
near-sandbox-utils = "0.12"
42+
near-chain-configs = { version = "0.27", optional = true }
4343

4444
[build-dependencies]
45-
near-sandbox-utils = "0.10"
45+
near-sandbox-utils = "0.12"
4646

4747
[target.'cfg(unix)'.dependencies]
4848
libc = "0.2"
4949

5050
[dev-dependencies]
5151
anyhow = "1.0"
5252
futures = "0.3"
53-
near-sdk = "5.5"
53+
near-sdk = "5.6"
5454
test-log = { version = "0.2.8", default-features = false, features = ["trace"] }
5555
tracing-subscriber = { version = "0.3.5", features = ["env-filter"] }
5656

5757
[features]
5858
default = ["install"]
59-
install = [] # Install the sandbox binary during compile time
59+
install = [] # Install the sandbox binary during compile time
6060
interop_sdk = ["near-sdk"]
6161
unstable = ["dep:cargo-near-build"]
6262
experimental = ["near-chain-configs"]

workspaces/tests/test-contracts/status-message/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2018"
88
crate-type = ["cdylib"]
99

1010
[dependencies]
11-
near-sdk = "5.5.0"
11+
near-sdk = "5.6.0"
1212

1313
[profile.release]
1414
codegen-units = 1

workspaces/tests/test-contracts/type-serialize/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ crate-type = ["cdylib"]
99

1010
[dependencies]
1111
bs58 = "0.5"
12-
near-sdk = "5.5.0"
12+
near-sdk = "5.6.0"
1313

1414
[profile.release]
1515
codegen-units = 1

0 commit comments

Comments
 (0)