From edf6b609be718accce1848955c76186caf92d008 Mon Sep 17 00:00:00 2001 From: Lleyton Gray Date: Thu, 5 Dec 2024 23:33:43 -0800 Subject: [PATCH] bump libhelium version to 0.10.0 --- Cargo.lock | 6 +++--- libhelium/Cargo.toml | 4 ++-- libhelium/sys/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c1c1b8b..348fdd8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "autocfg" @@ -473,7 +473,7 @@ checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439" [[package]] name = "libhelium" -version = "0.9.0" +version = "0.10.0" dependencies = [ "bitflags", "futures-channel", @@ -490,7 +490,7 @@ dependencies = [ [[package]] name = "libhelium-sys" -version = "0.9.0" +version = "0.10.0" dependencies = [ "gdk4-sys", "gio-sys", diff --git a/libhelium/Cargo.toml b/libhelium/Cargo.toml index ff3fb30..b665591 100644 --- a/libhelium/Cargo.toml +++ b/libhelium/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libhelium" -version = "0.9.0" +version = "0.10.0" authors = ["Lleyton Gray "] edition = "2021" readme = "../README.md" @@ -78,4 +78,4 @@ branch = "master" [dependencies.ffi] package = "libhelium-sys" path = './sys' -version = "0.9.0" +version = "0.10.0" diff --git a/libhelium/sys/Cargo.toml b/libhelium/sys/Cargo.toml index e3d1a77..f867095 100644 --- a/libhelium/sys/Cargo.toml +++ b/libhelium/sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libhelium-sys" -version = "0.9.0" +version = "0.10.0" authors = ["Lleyton Gray "] edition = "2021" build = "build.rs"