Skip to content

Commit

Permalink
fix example and unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tadeohepperle committed Nov 27, 2023
1 parent 390cd15 commit fcfb267
Show file tree
Hide file tree
Showing 11 changed files with 8,926 additions and 48,167 deletions.
190 changes: 12 additions & 178 deletions Cargo.lock

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

11 changes: 2 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,14 @@ parity-scale-codec = { version = "3.6.5", features = ["derive"] }
proc-macro2 = "1.0.69"
quote = "1.0.33"
scale-bits = "0.4.0"
scale-info = { version = "2.10.0", features = [
"derive",
"bitvec",
"decode",
"docs",
"serde",
] }
scale-info = { version = "2.10.0", features = ["derive", "bitvec", "decode", "docs", "serde"] }
smallvec = "1.11.2"
syn = { version = "2.0.38", features = ["full", "extra-traits"] }
thiserror = "1.0.50"
prettyplease = "0.2.15"
scale-decode = "0.9.0"
scale-encode = "0.5.0"
serde = "1.0.192"
serde_json = "1.0.108"
frame-metadata = { version = "16.0.0", default-features = false, features = ["current", "std"] }
bitvec = { version = "1", default-features = false }
pretty_assertions = "1.4.0"
anyhow = "1.0.75"
Expand Down
Loading

0 comments on commit fcfb267

Please sign in to comment.