From c89950693dda4e8ccfc01357394f61bda06fae38 Mon Sep 17 00:00:00 2001 From: Adam Wick Date: Mon, 2 Jan 2023 20:12:23 -0800 Subject: [PATCH] Fix spelling in Cargo.toml. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 00d9672..9592203 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ cranelift-frontend = "^0.89.2" cranelift-module = "^0.89.2" cranelift-native = "^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" lazy_static = "^1.4.0" logos = "^0.12.0"