From f507da4686234e658f31de54d2aa0dfa8abd236b Mon Sep 17 00:00:00 2001 From: Connor Fitzgerald Date: Wed, 25 Oct 2023 14:02:05 -0400 Subject: [PATCH] Bump version to 0.27.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fe80094..7e6900e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "metal" -version = "0.26.0" +version = "0.27.0" description = "Rust bindings for Metal" documentation = "https://docs.rs/crate/metal" homepage = "https://github.com/gfx-rs/metal-rs"