From f29f4974055cd7ab97f1dd084b04fbfd9648ba15 Mon Sep 17 00:00:00 2001 From: Logan McNaughton <848146+loganmc10@users.noreply.github.com> Date: Thu, 29 Jan 2026 21:58:40 +0100 Subject: [PATCH] bump to 1.1.14 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8f34c43a..9ced2f52 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1944,7 +1944,7 @@ dependencies = [ [[package]] name = "gopher64" -version = "1.1.13" +version = "1.1.14" dependencies = [ "bindgen", "cc", diff --git a/Cargo.toml b/Cargo.toml index 8a1fa5ff..566439c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gopher64" -version = "1.1.13" +version = "1.1.14" edition = "2024" rust-version = "1.93.0"