Skip to content

Commit 7019823

Browse files
committed
Update mdbook version and rust edition
1 parent e47cd6a commit 7019823

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

book.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
[book]
22
authors = ["The Rand Project Developers"]
3-
src = "src"
43
title = "The Rust Rand Book"
54
description = "Extended documentation for Rust's Rand lib"
5+
language = "en"
66

7-
[output.html.playgen]
7+
[rust]
8+
edition = "2024"
9+
10+
[output.html.playground]
811
editable = true
912

10-
[output.linkcheck]
13+
# [output.linkcheck]
1114
# NOTE: this requires https://github.com/Michael-F-Bryan/mdbook-linkcheck

tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tests"
33
version = "0.1.0"
4-
edition = "2021"
4+
edition = "2024"
55
publish = false
66

77
[dependencies]

0 commit comments

Comments
 (0)