Skip to content

Commit f33281f

Browse files
authored
Merge pull request #2310 from ehuss/update-env-logger
Update env_logger to 0.11
2 parents 600824b + 93bd457 commit f33281f

File tree

4 files changed

+21
-31
lines changed

4 files changed

+21
-31
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- build: msrv
3030
os: ubuntu-20.04
3131
# sync MSRV with docs: guide/src/guide/installation.md and Cargo.toml
32-
rust: 1.70.0
32+
rust: 1.71.0
3333
steps:
3434
- uses: actions/checkout@v3
3535
- name: Install Rust

Cargo.lock

Lines changed: 17 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ license = "MPL-2.0"
1414
readme = "README.md"
1515
repository = "https://github.com/rust-lang/mdBook"
1616
description = "Creates a book from markdown files"
17-
rust-version = "1.70"
17+
rust-version = "1.71"
1818

1919
[dependencies]
2020
anyhow = "1.0.71"
2121
chrono = { version = "0.4.24", default-features = false, features = ["clock"] }
2222
clap = { version = "4.3.12", features = ["cargo", "wrap_help"] }
2323
clap_complete = "4.3.2"
2424
once_cell = "1.17.1"
25-
env_logger = "0.10.0"
25+
env_logger = "0.11.1"
2626
handlebars = "5.0"
2727
log = "0.4.17"
2828
memchr = "2.5.0"

guide/src/guide/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To make it easier to run, put the path to the binary into your `PATH`.
2020

2121
To build the `mdbook` executable from source, you will first need to install Rust and Cargo.
2222
Follow the instructions on the [Rust installation page].
23-
mdBook currently requires at least Rust version 1.70.
23+
mdBook currently requires at least Rust version 1.71.
2424

2525
Once you have installed Rust, the following command can be used to build and install mdBook:
2626

0 commit comments

Comments
 (0)