1
0
mirror of https://github.com/bitdefender/bddisasm.git synced 2025-03-24 08:15:42 +00:00

rsbddisasm: Fix no-std category

This commit is contained in:
Ionel-Cristinel ANICHITEI 2022-01-05 14:40:26 +02:00
parent 21c584b436
commit 73b7c4ea96

View File

@ -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]