From 8c92db7e43c5944933f1a486b5886d977a23bcce Mon Sep 17 00:00:00 2001 From: Erich Gubler Date: Thu, 24 Oct 2024 15:41:10 -0400 Subject: [PATCH] chore: bump version to 0.30.0 (#341) --- 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"