From fcb5c07a4f4fa16986d38c63c65b5100bf526e1e Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Thu, 9 Mar 2023 12:23:01 -0800 Subject: [PATCH] Add tracking issue to gitoxide unstable docs --- src/doc/src/reference/unstable.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/doc/src/reference/unstable.md b/src/doc/src/reference/unstable.md index 346e9fabba3..e5647eab97a 100644 --- a/src/doc/src/reference/unstable.md +++ b/src/doc/src/reference/unstable.md @@ -1271,6 +1271,8 @@ codegen-backend = "cranelift" ### gitoxide +* Tracking Issue: [#11813](https://github.com/rust-lang/cargo/issues/11813) + With the 'gitoxide' unstable feature, all or the the specified git operations will be performed by the `gitoxide` crate instead of `git2`.