Skip to content

Commit

Permalink
Merge #1108: fix: [#325] windows compiling
Browse files Browse the repository at this point in the history
66a8648 fix: [#325] windows compiling (Power2All)

Pull request description:

  This PR supersedes this #1098 only to sign the commit.

ACKs for top commit:
  josecelano:
    ACK 66a8648

Tree-SHA512: 1c216a8a270f73f773f6108355be5a5eeb957d186f6d7154f0ee60380334687e3f3c5fa764e9f60ee7df415aea84e4d36ec157015db3a0000689a1a53f555d25
  • Loading branch information
josecelano committed Nov 27, 2024
2 parents 83816bc + 66a8648 commit f0ced13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 124 deletions.
124 changes: 1 addition & 123 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ aquatic_udp_protocol = "0"
axum = { version = "0", features = ["macros"] }
axum-client-ip = "0"
axum-extra = { version = "0", features = ["query"] }
axum-server = { version = "0", features = ["tls-rustls"] }
axum-server = { version = "0", features = ["tls-rustls-no-provider"] }
bittorrent-primitives = "0.1.0"
bittorrent-tracker-client = { version = "3.0.0-develop", path = "packages/tracker-client" }
blowfish = "0"
Expand Down

0 comments on commit f0ced13

Please sign in to comment.