From 920c05125069715b69c83574c001aba13ec8bdc2 Mon Sep 17 00:00:00 2001 From: aaron-congo Date: Thu, 8 Feb 2024 16:01:05 -0800 Subject: [PATCH] Remove cbindgen from Cargo.toml --- go/Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/go/Cargo.toml b/go/Cargo.toml index c7e2001c01..8bbc3b5b12 100644 --- a/go/Cargo.toml +++ b/go/Cargo.toml @@ -5,9 +5,6 @@ edition = "2021" license = "Apache-2.0" authors = ["Amazon Web Services"] -[build-dependencies] -cbindgen = "0.20" - [lib] crate-type = ["cdylib"]