From 3851b67154daf570df995294186652cbca86996d Mon Sep 17 00:00:00 2001 From: Erich Gubler Date: Thu, 24 Oct 2024 14:44:52 -0400 Subject: [PATCH] chore: bump version to 0.30.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9bcd32d..aa8657a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "metal" -version = "0.29.0" +version = "0.30.0" description = "Rust bindings for Metal" documentation = "https://docs.rs/crate/metal" homepage = "https://github.com/gfx-rs/metal-rs"