Skip to content

Commit

Permalink
chore(gsdk): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
clearloop committed Aug 14, 2024
1 parent 38d0135 commit e948869
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
3 changes: 1 addition & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 3 additions & 7 deletions gsdk/api-gen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,11 @@ proc-macro2.workspace = true
quote.workspace = true
parity-scale-codec.workspace = true
scale-info.workspace = true
subxt-codegen.workspace = true
syn = { workspace = true, features = ["full", "parsing"] }
heck.workspace = true
hex.workspace = true
# NOTE: only required by this package.
#
# Same version from `/Cargo.lock`
frame-metadata = "15.1.0"
# subxt-metadata.workspace = true
subxt-codegen.workspace = true
# TODO: inherit from workspace
#
# use "2.0.15" because subxt-codegen-0.29.0 requires it.
syn = { version = "2.0.71", features = ["full", "parsing"] }
frame-metadata = "16.0.0"

0 comments on commit e948869

Please sign in to comment.