From dea1413eafcb53e105c3c4534d58a4e88fa75ef5 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Mon, 10 Apr 2023 12:17:51 -0400 Subject: [PATCH] Bump patch --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 80fd058..6e6830c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "raylib-ffi" -version = "4.2.0" +version = "4.2.1" authors = ["Evan Pratten "] edition = "2021" description = "Automatic raw Rust bindings to raylib"