From 9d11928e99d0de7049aed331dc30495b82375671 Mon Sep 17 00:00:00 2001 From: Vincenzo Palazzo Date: Tue, 12 Nov 2024 17:24:06 +0100 Subject: [PATCH] ffi: bump the version of the package Signed-off-by: Vincenzo Palazzo --- ffi/ffi-fundamentals/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffi/ffi-fundamentals/Cargo.toml b/ffi/ffi-fundamentals/Cargo.toml index 59b4b73..4fa9765 100644 --- a/ffi/ffi-fundamentals/Cargo.toml +++ b/ffi/ffi-fundamentals/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ffi-fundamentals" -version = "0.1.0" +version = "0.1.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html