We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e47cd6a commit 7019823Copy full SHA for 7019823
2 files changed
book.toml
@@ -1,11 +1,14 @@
1
[book]
2
authors = ["The Rand Project Developers"]
3
-src = "src"
4
title = "The Rust Rand Book"
5
description = "Extended documentation for Rust's Rand lib"
+language = "en"
6
7
-[output.html.playgen]
+[rust]
8
+edition = "2024"
9
+
10
+[output.html.playground]
11
editable = true
12
-[output.linkcheck]
13
+# [output.linkcheck]
14
# NOTE: this requires https://github.com/Michael-F-Bryan/mdbook-linkcheck
tests/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "tests"
version = "0.1.0"
-edition = "2021"
publish = false
[dependencies]
0 commit comments