Skip to content

Commit e4d4b5d

Browse files
authored
Merge pull request #3781 from rust-lang/renovate/mdbook-0.x
Update dependency mdbook to v0.4.45
2 parents 8830079 + da9aaa0 commit e4d4b5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
env:
88
# renovate: datasource=crate depName=mdbook versioning=semver
9-
MDBOOK_VERSION: 0.4.43
9+
MDBOOK_VERSION: 0.4.45
1010

1111
jobs:
1212
build:

book.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title = "The Rust RFC Book"
33

44
[output.html]
5-
curly-quotes = true
5+
smart-punctuation = true
66
no-section-label = true
77
git-repository-url = "https://github.com/rust-lang/rfcs"
88
site-url = "/rfcs/"

0 commit comments

Comments
 (0)