Просмотр исходного кода

Update Cargo.toml for FreeBSD build

Crate.io package local-ip-address from v0.5+ is Freebsd compatible, eg. it compiles and works. Simply changing the version to v0.5.1 in the Cargo.toml was possible to make a successful release build on FreeBSD 13 with prepackaged Rust 1.67.1.
n-connect лет назад: 2
Родитель
Сommit
fe805e8554
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

@@ -48,7 +48,7 @@ tower-http = { version = "0.3", features = ["fs", "trace", "cors"] }
48 48
 http = "0.2"
49 49
 flexi_logger = { version = "0.22", features = ["async", "use_chrono_for_offset"] }
50 50
 ipnetwork = "0.20"
51
-local-ip-address = "0.4"
51
+local-ip-address = "0.5.1"
52 52
 dns-lookup = "1.0.8"
53 53
 ping = "0.4.0"
54 54