From 8f18e8de396bc8bb885c5bdea937d572cc82b6d6 Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Thu, 2 Jun 2022 10:06:16 -0700 Subject: [PATCH] Cargo.toml: Fix typo (depencency -> dependency) and spacing --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 644355fb..103f2a5c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -76,7 +76,7 @@ pin-utils = { version = "0.1.0-alpha.4", optional = true } slab = { version = "0.4.2", optional = true } async-channel = { version = "1.5.1", optional = true } -# Devdepencency, but they are not allowed to be optional :/ +# dev dependency, but they are not allowed to be optional :/ surf = { version = "2.0.0", optional = true }