From 4a5d5ddbbd4ff9bf266215a4aac8ca7f17c4d6ac Mon Sep 17 00:00:00 2001 From: Connor Fitzgerald Date: Wed, 15 Jan 2025 15:04:37 -0500 Subject: [PATCH] Release 0.31 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index aa8657a..b61e9dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "metal" -version = "0.30.0" +version = "0.31.0" description = "Rust bindings for Metal" documentation = "https://docs.rs/crate/metal" homepage = "https://github.com/gfx-rs/metal-rs"