From 8e841bf5b52a89443c35b225d768d24a48519490 Mon Sep 17 00:00:00 2001 From: Yumin Wu Date: Thu, 9 May 2024 15:02:28 +0800 Subject: [PATCH] fixed version --- Cargo.lock | 2 +- easytier/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 91b2dfa..68b4c42 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -387,7 +387,7 @@ dependencies = [ [[package]] name = "boringtun" version = "0.6.0" -source = "git+https://github.com/EasyTier/boringtun.git#449204c3eca736dc23b075d81426527a357e2f2a" +source = "git+https://github.com/EasyTier/boringtun.git?rev=449204c#449204c3eca736dc23b075d81426527a357e2f2a" dependencies = [ "aead", "atomic-shim", diff --git a/easytier/Cargo.toml b/easytier/Cargo.toml index e78fca7..3dc0d3a 100644 --- a/easytier/Cargo.toml +++ b/easytier/Cargo.toml @@ -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 }