diff --git a/Cargo.lock b/Cargo.lock index b3891f0..2410bec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -382,7 +382,7 @@ dependencies = [ [[package]] name = "defguard_wireguard_rs" -version = "0.9.0" +version = "0.8.0" dependencies = [ "base64", "boringtun", diff --git a/Cargo.toml b/Cargo.toml index c6f3bcb..e269e01 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "defguard_wireguard_rs" -version = "0.9.0" +version = "0.8.0" edition = "2024" rust-version = "1.85" description = "A unified multi-platform high-level API for managing WireGuard interfaces"