From 8151798211fcd5d8ab018e86d63b56d42a91eaa5 Mon Sep 17 00:00:00 2001 From: Christoph Brandau Date: Sun, 16 Nov 2025 00:11:25 +0100 Subject: [PATCH] update version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5b46a75..55a776a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -26,7 +26,7 @@ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" [[package]] name = "xMVMOpenApiWrapper" -version = "0.1.3" +version = "0.1.4" dependencies = [ "libloading", ] diff --git a/Cargo.toml b/Cargo.toml index 4ea6177..dfae49d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xMVMOpenApiWrapper" -version = "0.1.3" +version = "0.1.4" edition = "2024" description = "A Wrapper for the XMVM Open interface for Rust" license = "AGPL-3.0"