From 2264bece5be19ff99b4f5b0558bbba0482c781af Mon Sep 17 00:00:00 2001 From: Maciek Date: Tue, 23 Jan 2024 16:19:33 +0100 Subject: [PATCH] chore: bump version to 0.4 (#48) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * bump version * bump CI image version --------- Co-authored-by: Maciej Wójcik --- .github/workflows/ci.yml | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 13772d7..0f10b67 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ env: jobs: test: runs-on: [self-hosted, Linux] - container: rust:1.72 + container: rust:1.75 steps: - name: Debug diff --git a/Cargo.lock b/Cargo.lock index 6e81277..774cd4c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -151,7 +151,7 @@ dependencies = [ [[package]] name = "defguard_wireguard_rs" -version = "0.3.2" +version = "0.4.0" dependencies = [ "base64", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index 8ae7342..0d1cfbe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "defguard_wireguard_rs" -version = "0.3.2" +version = "0.4.0" edition = "2021" description = "A unified multi-platform high-level API for managing WireGuard interfaces" license = "Apache-2.0"