From b595002c253dc8d1ab8f7f0c3483c23e5f4d790f Mon Sep 17 00:00:00 2001 From: junderw Date: Mon, 21 Aug 2023 10:01:40 -0700 Subject: [PATCH] Revert "Add a missing `[workspace]` tag in rust-gbt Cargo to build in git" This reverts commit fadc46f3b5a9a61ece9f9872e8de74b7a77c1f19. --- backend/rust-gbt/Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/backend/rust-gbt/Cargo.toml b/backend/rust-gbt/Cargo.toml index 790dd6214..09fde52e2 100644 --- a/backend/rust-gbt/Cargo.toml +++ b/backend/rust-gbt/Cargo.toml @@ -6,8 +6,6 @@ authors = ["mononaut"] edition = "2021" publish = false -[workspace] - [lib] crate-type = ["cdylib"]