From 4bd64f38a5d6da11b4509da6d247fbc353f81815 Mon Sep 17 00:00:00 2001 From: neevek Date: Sat, 15 Jun 2024 17:25:45 +0800 Subject: [PATCH] bump the version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5d4ccba..fa7c123 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1049,7 +1049,7 @@ dependencies = [ [[package]] name = "rstun" -version = "0.4.15" +version = "0.4.17" dependencies = [ "android_logger", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 36cab88..3701e20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rstun" -version = "0.4.15" +version = "0.4.17" edition = "2021" [lib]