From df097c82c9b41dcebaa3ba7a848d584b7d0c8773 Mon Sep 17 00:00:00 2001 From: PJ568 Date: Tue, 27 Jun 2023 21:28:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20rusty-book=20Submodule?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitmodules | 4 ++++ tools/rusty-book | 1 + 2 files changed, 5 insertions(+) create mode 160000 tools/rusty-book diff --git a/.gitmodules b/.gitmodules index 3b359674..613a669e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,3 +2,7 @@ path = tools/rust-course url = https://github.com/sunface/rust-course.git branch = gh-pages +[submodule "tools/rusty-book"] + path = tools/rusty-book + url = https://github.com/rustlang-cn/rusty-book.git + branch = gh-pages diff --git a/tools/rusty-book b/tools/rusty-book new file mode 160000 index 00000000..916a455f --- /dev/null +++ b/tools/rusty-book @@ -0,0 +1 @@ +Subproject commit 916a455f422b4a1a2146ce3d96602165227a09b4