Fix a typo in the category name.
This commit is contained in:
@@ -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" }
|
||||||
|
|||||||
Reference in New Issue
Block a user