mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-05-06 17:59:11 +00:00
🐞 fix: 修复nightly错误 (https://github.com/KKRainbow/EasyTier/issues/74) (#75)
* 🐞 fix: 修复 1.80 nightly 编译错误错误 TODO: need fork boringtun and publish to crates.io before publishing easytier issues: https://github.com/KKRainbow/EasyTier/issues/74
This commit is contained in:
+1
-1
@@ -125,7 +125,7 @@ network-interface = "1.1.1"
|
||||
pathfinding = "4.9.1"
|
||||
|
||||
# for encryption
|
||||
boringtun = { version = "0.6.0", optional = true }
|
||||
boringtun = { git = "https://github.com/cloudflare/boringtun.git", optional = true }
|
||||
ring = { version = "0.16", optional = true }
|
||||
bitflags = "2.5"
|
||||
aes-gcm = { version = "0.10.3", optional = true }
|
||||
|
||||
Reference in New Issue
Block a user