Skip to content

Commit 7cb379e

Browse files
Merge branch 'master' into gigahdx-lock
2 parents 96fd90f + 89c07a5 commit 7cb379e

4 files changed

Lines changed: 404 additions & 33 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scraper/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "scraper"
3-
version = "1.5.1"
3+
version = "1.6.0"
44
description = "Scraper tool"
55
authors = ["GalacticCouncil"]
66
edition = "2021"
@@ -38,6 +38,7 @@ pallet-balances = { workspace = true }
3838

3939
serde_json = { version = "1.0", features = ["preserve_order"] }
4040
hex = "0.4"
41+
hex-literal = { workspace = true }
4142
futures = "0.3.30"
4243

4344
[features]

0 commit comments

Comments
 (0)