Fix a typo in the category name.

This commit is contained in:
Dan Gohman
2018-11-07 16:28:37 -08:00
parent 1d14f5ddbd
commit 47a33474ef

View File

@@ -6,7 +6,7 @@ description = "Support for optimizations in Cranelift"
license = "Apache-2.0 WITH LLVM-exception"
documentation = "https://cranelift.readthedocs.io/"
repository = "https://github.com/CraneStation/cranelift"
categories = ["no_std"]
categories = ["no-std"]
readme = "README.md"
keywords = ["optimize", "compile", "compiler", "jit"]