From 10710a0c375ab09baf18ba364b22d73f68c6e6a8 Mon Sep 17 00:00:00 2001 From: Moritz Moeller Date: Mon, 1 May 2023 21:10:07 +0200 Subject: [PATCH] version bump. --- crates/nsi-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/nsi-sys/Cargo.toml b/crates/nsi-sys/Cargo.toml index d40cc6d..2c7b8a5 100755 --- a/crates/nsi-sys/Cargo.toml +++ b/crates/nsi-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nsi-sys" -version = "0.7.0" +version = "0.7.1" authors = ["Moritz Moeller "] build = "build.rs" edition = "2021"