From 4e49a3b243dcd2ddd83a7b637fb93563974f11fd Mon Sep 17 00:00:00 2001 From: Martin Robinson Date: Fri, 9 Feb 2024 21:11:05 +0100 Subject: [PATCH] Update to version 0.5.1 This will allow dependencies to pick up the new version of bindgen. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7f23883cb..a081a3dfe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mozangle" -version = "0.5.0" +version = "0.5.1" authors = ["The ANGLE Project Authors", "The Servo Project Developers"] license = "BSD-3-Clause" description = "Mozilla's fork of Google ANGLE, repackaged as a Rust crate."