We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8830079 + da9aaa0 commit e4d4b5dCopy full SHA for e4d4b5d
.github/workflows/deploy.yml
@@ -6,7 +6,7 @@ on:
6
7
env:
8
# renovate: datasource=crate depName=mdbook versioning=semver
9
- MDBOOK_VERSION: 0.4.43
+ MDBOOK_VERSION: 0.4.45
10
11
jobs:
12
build:
book.toml
@@ -2,7 +2,7 @@
2
title = "The Rust RFC Book"
3
4
[output.html]
5
-curly-quotes = true
+smart-punctuation = true
no-section-label = true
git-repository-url = "https://github.com/rust-lang/rfcs"
site-url = "/rfcs/"
0 commit comments