fixed version

This commit is contained in:
Yumin Wu
2024-05-09 15:02:28 +08:00
parent 076f6cd965
commit 8e841bf5b5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ network-interface = "1.1.1"
pathfinding = "4.9.1"
# for encryption
boringtun = { git = "https://github.com/EasyTier/boringtun.git", optional = true }
boringtun = { git = "https://github.com/EasyTier/boringtun.git", optional = true, rev = "449204c" }
ring = { version = "0.17", optional = true }
bitflags = "2.5"
aes-gcm = { version = "0.10.3", optional = true }