Skip to content

Commit

Permalink
Update GEAR dependencies to latest tag in contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 8, 2024
1 parent b562c17 commit 247a673
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/contracts-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

env:
CARGO_TERM_COLOR: always
GEAR_VERSION: 1.6.1
GEAR_VERSION: 1.6.2

defaults:
run:
Expand Down
16 changes: 8 additions & 8 deletions contracts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,15 +88,15 @@ rmrk-types.path = "rmrk/types"

# Gear

gstd = "1.6.1"
gear-wasm-builder = "1.6.1"
gmeta = "1.6.1"
gclient = "1.6.1"
gstd = "1.6.2"
gear-wasm-builder = "1.6.2"
gmeta = "1.6.2"
gclient = "1.6.2"
gtest = "1.6.1"
gear-core = "1.6.1"
sails-idl-gen = "0.6.0"
sails-rs = "0.6.0"
sails-client-gen = "0.6.0"
gear-core = "1.6.2"
sails-idl-gen = "0.6.1"
sails-rs = "0.6.1"
sails-client-gen = "0.6.1"

# External

Expand Down

0 comments on commit 247a673

Please sign in to comment.