From 3d825676421f1c8bc6740eac544218b8b19f5545 Mon Sep 17 00:00:00 2001 From: ssrlive <30760636+ssrlive@users.noreply.github.com> Date: Fri, 27 Dec 2024 19:17:04 +0800 Subject: [PATCH] Bump version 0.7.9 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 32bf8b1..180c480 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tun" -version = "0.7.8" +version = "0.7.9" edition = "2021" authors = ["meh. ", "@ssrlive"] license = "WTFPL" @@ -13,7 +13,7 @@ rust-version = "1.77" all-features = true [lib] -# crate-type = ["staticlib", "cdylib", "lib"] +crate-type = ["staticlib", "lib"] [features] default = []