From 1e78d15878167fa098ed7d397fb80bf1ffe8ef24 Mon Sep 17 00:00:00 2001 From: Ionel-Cristinel ANICHITEI Date: Wed, 20 Oct 2021 12:12:02 +0300 Subject: [PATCH] bddisasm-sys: Fix keywords --- 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 93001ea..c8516d8 100644 --- a/bindings/rsbddisasm/bddisasm-sys/Cargo.toml +++ b/bindings/rsbddisasm/bddisasm-sys/Cargo.toml @@ -13,7 +13,7 @@ description = """ Bindings to bddisasm instruction decoder library """ categories = ["external-ffi-bindings", "hardware-support"] -keywords = ["disassembler", "decoder", "x86", "amd64", "x86_64", "bindings"] +keywords = ["disassembler", "decoder", "x86", "amd64", "x86_64"] [lib] name = "bddisasm_sys"