From 2802940be8a8bbb3d2c9c437f90645eb89e23dcc Mon Sep 17 00:00:00 2001 From: trevyn <230691+trevyn@users.noreply.github.com> Date: Sat, 3 Jun 2023 09:52:42 +0400 Subject: [PATCH] Fix typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79b872aa8cc..c66932a5eba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -124,7 +124,7 @@ ### Nightly only -- 🔥 The `-Zgitxoide` feature now supports shallow clones and fetches for +- 🔥 The `-Zgitoxide` feature now supports shallow clones and fetches for dependencies and registry indexes. [docs](https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#gitoxide) [#11840](https://github.com/rust-lang/cargo/pull/11840)