From a6e4be805e94fa3ba82feb84a7efd57268c0e856 Mon Sep 17 00:00:00 2001 From: Sewer56 Date: Mon, 24 Jun 2024 00:00:24 +0100 Subject: [PATCH] Fix: Don't build cdylib only, now CI handles this. --- src-rust/Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/src-rust/Cargo.toml b/src-rust/Cargo.toml index 28644ba..1955342 100644 --- a/src-rust/Cargo.toml +++ b/src-rust/Cargo.toml @@ -9,9 +9,6 @@ readme = "../README.md" repository = "https://github.com/Reloaded-Project/Reloaded.Memory.Buffers" license = "GPL-3.0" -[lib] -crate-type = ["cdylib"] - # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] default = ["std"]