Skip to content

Commit

Permalink
updates tests and contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
akorchyn committed Sep 6, 2024
1 parent 9186ff1 commit b4b81ac
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/noop-contract/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2018"
crate-type = ["cdylib"]

[dependencies]
near-sdk = "5.0.0-alpha.2"
near-sdk = "5.4.0"

[profile.release]
codegen-units = 1
Expand Down
2 changes: 1 addition & 1 deletion examples/simple-contract/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2018"
crate-type = ["cdylib"]

[dependencies]
near-sdk = "5.0.0-alpha.2"
near-sdk = "5.4.0"

[profile.release]
codegen-units = 1
Expand Down
4 changes: 2 additions & 2 deletions workspaces/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ url = { version = "2.2.2", features = ["serde"] }
near-abi-client = "0.1.1"
near-gas = { version = "0.3", features = ["serde", "borsh", "schemars"] }
near-token = { version = "0.3", features = ["serde"] }
near-sdk = { version = "5.3", optional = true }
near-sdk = { version = "5.4", optional = true }
near-account-id = "1.0.0"
near-crypto = "0.25"
near-primitives = "0.25"
Expand All @@ -51,7 +51,7 @@ libc = "0.2"
[dev-dependencies]
anyhow = "1.0"
futures = "0.3"
near-sdk = "5.3"
near-sdk = "5.4"
test-log = { version = "0.2.8", default-features = false, features = ["trace"] }
tracing-subscriber = { version = "0.3.5", features = ["env-filter"] }

Expand Down
2 changes: 1 addition & 1 deletion workspaces/tests/test-contracts/status-message/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2018"
crate-type = ["cdylib"]

[dependencies]
near-sdk = "5.3.0"
near-sdk = "5.4.0"

[profile.release]
codegen-units = 1
Expand Down
2 changes: 1 addition & 1 deletion workspaces/tests/test-contracts/type-serialize/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ crate-type = ["cdylib"]

[dependencies]
bs58 = "0.5"
near-sdk = "5.3.0"
near-sdk = "5.4.0"

[profile.release]
codegen-units = 1
Expand Down

0 comments on commit b4b81ac

Please sign in to comment.