From 787b20b3dbbeb3f7bf4c955e6f19447f63b2224b Mon Sep 17 00:00:00 2001 From: griffi-gh Date: Mon, 25 Mar 2024 18:41:44 +0100 Subject: [PATCH] bump master version to `0.1.0-alpha.5` --- hui-derive/Cargo.toml | 2 +- hui-glium/Cargo.toml | 4 ++-- hui-winit/Cargo.toml | 4 ++-- hui/Cargo.toml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/hui-derive/Cargo.toml b/hui-derive/Cargo.toml index b26f457..c31c901 100644 --- a/hui-derive/Cargo.toml +++ b/hui-derive/Cargo.toml @@ -5,7 +5,7 @@ repository = "https://github.com/griffi-gh/hui" readme = "../README.md" authors = ["griffi-gh "] rust-version = "1.75" -version = "0.1.0-alpha.4" +version = "0.1.0-alpha.5" edition = "2021" license = "GPL-3.0-or-later" publish = true diff --git a/hui-glium/Cargo.toml b/hui-glium/Cargo.toml index 2e16353..9448d2b 100644 --- a/hui-glium/Cargo.toml +++ b/hui-glium/Cargo.toml @@ -4,7 +4,7 @@ description = "glium render backend for `hui`" repository = "https://github.com/griffi-gh/hui" readme = "../README.md" authors = ["griffi-gh "] -version = "0.1.0-alpha.4" +version = "0.1.0-alpha.5" rust-version = "1.75" edition = "2021" license = "GPL-3.0-or-later" @@ -16,7 +16,7 @@ include = [ ] [dependencies] -hui = { version = "=0.1.0-alpha.4", path = "../hui", default-features = false } +hui = { version = "=0.1.0-alpha.5", path = "../hui", default-features = false } glium = { version = "0.34", default-features = false } glam = "0.27" log = "0.4" diff --git a/hui-winit/Cargo.toml b/hui-winit/Cargo.toml index 87e15fa..8d45dee 100644 --- a/hui-winit/Cargo.toml +++ b/hui-winit/Cargo.toml @@ -4,7 +4,7 @@ description = "winit platform backend for `hui`" repository = "https://github.com/griffi-gh/hui" readme = "../README.md" authors = ["griffi-gh "] -version = "0.1.0-alpha.4" +version = "0.1.0-alpha.5" edition = "2021" license = "GPL-3.0-or-later" publish = true @@ -14,7 +14,7 @@ include = [ ] [dependencies] -hui = { version = "=0.1.0-alpha.4", path = "../hui", default-features = false } +hui = { version = "=0.1.0-alpha.5", path = "../hui", default-features = false } winit = { version = "0.29", default-features = false } glam = "0.27" log = "0.4" diff --git a/hui/Cargo.toml b/hui/Cargo.toml index b450a95..1d9ca55 100644 --- a/hui/Cargo.toml +++ b/hui/Cargo.toml @@ -5,7 +5,7 @@ repository = "https://github.com/griffi-gh/hui" readme = "../README.md" authors = ["griffi-gh "] rust-version = "1.75" -version = "0.1.0-alpha.4" +version = "0.1.0-alpha.5" edition = "2021" license = "GPL-3.0-or-later" publish = true @@ -16,7 +16,7 @@ include = [ ] [dependencies] -hui-derive = { version = "0.1.0-alpha.4", path = "../hui-derive", optional = true } +hui-derive = { version = "0.1.0-alpha.5", path = "../hui-derive", optional = true } hashbrown = "0.14" nohash-hasher = "0.2" glam = "0.27"