From 51bb540ab4e552c49979e0ad1d07f1ebe350dac7 Mon Sep 17 00:00:00 2001 From: core Date: Fri, 29 Dec 2023 21:25:04 -0500 Subject: [PATCH] remove that thing --- nebula-ffi/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nebula-ffi/Cargo.toml b/nebula-ffi/Cargo.toml index ecf6e09..c2cd632 100644 --- a/nebula-ffi/Cargo.toml +++ b/nebula-ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nebula-ffi" -version = "1.8.1.1" +version = "1.8.1" edition = "2021" description = "A Rust wrapper crate for communicating with Nebula via a CGO FFI." license = "GPL-3.0-or-later"