From d786940bd95ec1890e2412614b3a0067e3a4e1ec Mon Sep 17 00:00:00 2001 From: Toka Date: Thu, 13 Mar 2025 19:23:24 +0100 Subject: [PATCH] Update dependency --- libnyx/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnyx/Cargo.toml b/libnyx/Cargo.toml index 56a5c56..df45885 100644 --- a/libnyx/Cargo.toml +++ b/libnyx/Cargo.toml @@ -8,7 +8,7 @@ name = "libnyx" crate-type = ["lib", "staticlib", "dylib"] [build-dependencies] -cbindgen = "0.24.3" +cbindgen = "0.28.0" [dependencies] config={path="../config"}