Skip to content
Prev Previous commit
Next Next commit
pin polkadot
  • Loading branch information
Andrew Plaza committed Sep 16, 2020
commit 082701bc478943fd1fe0e9e7f9f1f16088a80ac4
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ sp-tracing = { git = "https://github.com/paritytech/substrate", package = "sp-tr

[dev-dependencies]
# desub-extras = { path = "../desub/extras/", package="desub-extras", features = ["polkadot"] }
polkadot-service = { package = "polkadot-service", git = "https://github.com/paritytech/polkadot", branch = "substrate-archive" }
polkadot-service = { package = "polkadot-service", git = "https://github.com/paritytech/polkadot", rev = "d327000afb34a49c3b0ce7c80147cbea6434d429" }
pretty_env_logger = "0.4.0"
# used in tests for storing test data on disk
flate2 = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion bin/polkadot-archive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2018"

[dependencies]
substrate-archive = { path = "../../", features = ["logging"] }
polkadot-service = { package = "polkadot-service", git = "https://github.com/paritytech/polkadot", branch = "substrate-archive" }
polkadot-service = { package = "polkadot-service", git = "https://github.com/paritytech/polkadot", rev = "d327000afb34a49c3b0ce7c80147cbea6434d429" }
sc-chain-spec = { package = "sc-chain-spec", git = "https://github.com/paritytech/substrate", rev = "35fe3cd1bc4b64cadb0bc6196ae40173db65bb28" }
clap = { version = "2.33.1", features = ["yaml", "suggestions", "color"] }
toml = "0.5"
Expand Down