From 4c460de18fe0bae7fa0b7d8f5abb79882fa6ab4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rytis=20Karpu=C5=A1ka?= Date: Mon, 16 Dec 2024 14:21:21 +0200 Subject: [PATCH] Bump telio version in Cargo.toml --- .unreleased/bump-version | 0 Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 .unreleased/bump-version diff --git a/.unreleased/bump-version b/.unreleased/bump-version new file mode 100644 index 000000000..e69de29bb diff --git a/Cargo.lock b/Cargo.lock index 2541fd8b0..f3b4fd61a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4540,7 +4540,7 @@ dependencies = [ [[package]] name = "telio" -version = "5.1.1" +version = "5.2.0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 23fdf6242..447e129b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "telio" -version = "5.1.1" +version = "5.2.0" authors = ["info@nordvpn.com"] edition = "2018" license = "GPL-3.0-only"