From d8f197f87f3d70f45b667eb8cc8c763c54f0c0d8 Mon Sep 17 00:00:00 2001 From: Lleyton Gray Date: Thu, 15 Aug 2024 10:43:54 -0700 Subject: [PATCH] chore(libhelium): bump version to 0.5.0 --- Cargo.lock | 4 ++-- libhelium/Cargo.toml | 4 ++-- libhelium/sys/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e1adac2..4bffeea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -476,7 +476,7 @@ checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" [[package]] name = "libhelium" -version = "0.4.1" +version = "0.5.0" dependencies = [ "bitflags", "futures-channel", @@ -493,7 +493,7 @@ dependencies = [ [[package]] name = "libhelium-sys" -version = "0.4.0" +version = "0.5.0" dependencies = [ "gdk4-sys", "gio-sys", diff --git a/libhelium/Cargo.toml b/libhelium/Cargo.toml index d53c240..b2394b1 100644 --- a/libhelium/Cargo.toml +++ b/libhelium/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libhelium" -version = "0.4.1" +version = "0.5.0" authors = ["Lleyton Gray "] edition = "2021" readme = "../README.md" @@ -77,4 +77,4 @@ branch = "master" [dependencies.ffi] package = "libhelium-sys" path = './sys' -version = "0.4.0" +version = "0.5.0" diff --git a/libhelium/sys/Cargo.toml b/libhelium/sys/Cargo.toml index 26eda26..b5cbafa 100644 --- a/libhelium/sys/Cargo.toml +++ b/libhelium/sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libhelium-sys" -version = "0.4.0" +version = "0.5.0" authors = ["Lleyton Gray "] edition = "2021" build = "build.rs"