From 73b7c4ea968e86a93519bfde7e8f66c6156fda88 Mon Sep 17 00:00:00 2001 From: Ionel-Cristinel ANICHITEI Date: Wed, 5 Jan 2022 14:40:26 +0200 Subject: [PATCH] rsbddisasm: Fix `no-std` category --- bindings/rsbddisasm/bddisasm-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/rsbddisasm/bddisasm-sys/Cargo.toml b/bindings/rsbddisasm/bddisasm-sys/Cargo.toml index 843e44d..ff40e5a 100644 --- a/bindings/rsbddisasm/bddisasm-sys/Cargo.toml +++ b/bindings/rsbddisasm/bddisasm-sys/Cargo.toml @@ -12,7 +12,7 @@ documentation = "https://docs.rs/bddisasm-sys" description = """ Bindings to bddisasm instruction decoder library """ -categories = ["external-ffi-bindings", "hardware-support", "no_std"] +categories = ["external-ffi-bindings", "hardware-support", "no-std"] keywords = ["disassembler", "decoder", "x86", "amd64", "x86_64"] [lib]