From c9c816d23139546d302fbf410ddb41c7b8ea1358 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Thu, 8 Feb 2024 14:53:33 -0800 Subject: [PATCH] Update mdbook to 0.4.37 --- .github/workflows/deploy.yml | 2 +- book.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ef172b1b19c..d5933b0e1af 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,7 +14,7 @@ jobs: - name: Install mdbook run: | mkdir mdbook - curl -Lf https://github.com/rust-lang/mdBook/releases/download/v0.4.26/mdbook-v0.4.26-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=./mdbook + curl -Lf https://github.com/rust-lang/mdBook/releases/download/v0.4.37/mdbook-v0.4.37-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=./mdbook echo `pwd`/mdbook >> $GITHUB_PATH - name: Generate Book run: | diff --git a/book.toml b/book.toml index eaa9884eb32..a00e5d12b5f 100644 --- a/book.toml +++ b/book.toml @@ -2,6 +2,7 @@ title = "The Rust RFC Book" [output.html] +curly-quotes = true no-section-label = true git-repository-url = "https://github.com/rust-lang/rfcs" site-url = "/rfcs/"