From efc673f78245aa781aacf8b1845c036ab10279ac Mon Sep 17 00:00:00 2001 From: Connor Fitzgerald Date: Thu, 20 Jul 2023 22:34:49 -0400 Subject: [PATCH] Bump Version to 0.26.0 (#277) --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ede3b2d..fe80094 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "metal" -version = "0.25.0" +version = "0.26.0" description = "Rust bindings for Metal" documentation = "https://docs.rs/crate/metal" homepage = "https://github.com/gfx-rs/metal-rs" repository = "https://github.com/gfx-rs/metal-rs" -authors = ["GFX Developers"] +authors = ["gfx-rs developers"] readme = "README.md" keywords = ["metal", "graphics", "bindings"] license = "MIT OR Apache-2.0"