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" license = "Apache-2.0 WITH LLVM-exception"
documentation = "https://cranelift.readthedocs.io/" documentation = "https://cranelift.readthedocs.io/"
repository = "https://github.com/CraneStation/cranelift" repository = "https://github.com/CraneStation/cranelift"
categories = ["no_std"] categories = ["no-std"]
readme = "README.md" readme = "README.md"
keywords = ["optimize", "compile", "compiler", "jit"] keywords = ["optimize", "compile", "compiler", "jit"]
@@ -24,4 +24,4 @@ core = ["cranelift-codegen/core"]
[badges] [badges]
maintenance = { status = "experimental" } maintenance = { status = "experimental" }
travis-ci = { repository = "CraneStation/cranelift" } travis-ci = { repository = "CraneStation/cranelift" }