Browse Source

Depend on latest upstream HEAD instead of fork

hotfix/0.1.1
Thomas Eizinger 3 years ago
parent
commit
994f118b69
No known key found for this signature in database GPG Key ID: 651AC83A6C6C8B96
  1. 2
      Cargo.lock
  2. 2
      Cargo.toml

2
Cargo.lock

@ -3479,7 +3479,7 @@ dependencies = [
[[package]]
name = "xtra"
version = "0.6.0"
source = "git+https://github.com/luckysori/xtra?rev=19684c196f71ec762e595906cc88c6142b82092e#19684c196f71ec762e595906cc88c6142b82092e"
source = "git+https://github.com/Restioson/xtra#8bc69134b9204a5c247e3926f7ccc4132212dbea"
dependencies = [
"async-trait",
"barrage",

2
Cargo.toml

@ -4,5 +4,5 @@ resolver = "2"
[patch.crates-io]
rocket = { git = "https://github.com/SergioBenitez/Rocket" } # Need to patch rocket dependency of `rocket_basicauth` until there is an official release.
xtra = { git = "https://github.com/luckysori/xtra", rev = "19684c196f71ec762e595906cc88c6142b82092e" } # Need to patch xtra dependency until there is an official release as it contains useful PRs from us.
xtra = { git = "https://github.com/Restioson/xtra" } # Latest master has crucial patches.
secp256k1-zkp = { git = "https://github.com/ElementsProject/rust-secp256k1-zkp" } # Latest master has crucial patches.

Loading…
Cancel
Save