From 14a285178b1474feb6786f2262b0aaff9bfa1df4 Mon Sep 17 00:00:00 2001 From: Yin Guanhao Date: Sun, 1 Aug 2021 19:13:55 +0800 Subject: [PATCH] Bump version to 0.3.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- fuzz/Cargo.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6354d83..a208f19 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1740,7 +1740,7 @@ dependencies = [ [[package]] name = "titun" -version = "0.2.1" +version = "0.3.0" dependencies = [ "ansi_term 0.12.1", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 2f55d11..40e83a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ authors = ["sopium"] license = "GPL-3.0" name = "titun" repository = "https://github.com/sopium/titun" -version = "0.2.1" +version = "0.3.0" autobenches = false [workspace] diff --git a/fuzz/Cargo.lock b/fuzz/Cargo.lock index 03b6be6..2bef91c 100644 --- a/fuzz/Cargo.lock +++ b/fuzz/Cargo.lock @@ -1511,7 +1511,7 @@ dependencies = [ [[package]] name = "titun" -version = "0.2.1" +version = "0.3.0" dependencies = [ "ansi_term 0.12.1", "anyhow",