Fix spelling in Cargo.toml.

This commit is contained in:
2023-01-02 20:12:23 -08:00
parent a607101ca2
commit c89950693d

View File

@@ -21,7 +21,7 @@ cranelift-frontend = "^0.89.2"
cranelift-module = "^0.89.2" cranelift-module = "^0.89.2"
cranelift-native = "^0.89.2" cranelift-native = "^0.89.2"
cranelift-object = "^0.89.2" cranelift-object = "^0.89.2"
internment = { version = "0.7.0", default-featues = false, features = ["arc"] } internment = { version = "0.7.0", default-features = false, features = ["arc"] }
lalrpop-util = "^0.19.7" lalrpop-util = "^0.19.7"
lazy_static = "^1.4.0" lazy_static = "^1.4.0"
logos = "^0.12.0" logos = "^0.12.0"