Skip to content

Commit

Permalink
Fix continuous integration
Browse files Browse the repository at this point in the history
- `path` references to Cargo dependencies are now allowed by GitHub's CI
  • Loading branch information
alfred-hodler committed May 22, 2024
1 parent 2685c59 commit 6cb4168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pushtx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ dns-lookup = "2.0.4"
fastrand = "2.0.2"
hex = "0.4.3"
log = "0.4.20"
peerlink = { version = "0.8.0", path = "../../peerlink", features = ["socks"] }
peerlink = { version = "0.8.0", features = ["socks"] }
port_check = "0.2.1"
sha3 = "0.10.8"

0 comments on commit 6cb4168

Please sign in to comment.