From d5bf7e312cc3ed1a3223f2f08608b225e3c6b2e1 Mon Sep 17 00:00:00 2001 From: chyyran Date: Sat, 3 Feb 2024 02:04:50 -0500 Subject: [PATCH] build: update lockfile --- Cargo.lock | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 7e82493..1dfbaf5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -303,7 +303,8 @@ dependencies = [ [[package]] name = "cbindgen" version = "0.26.0" -source = "git+https://github.com/eqrion/cbindgen#6bfc2176187a6fc6fba6315323b0296112330294" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "da6bc11b07529f16944307272d5bd9b22530bc7d05751717c9d416586cedab49" dependencies = [ "clap 3.2.25", "heck",