Skip to content

Commit 6bf8680

Browse files
authored
Merge pull request #691 from phansch/update_regex
Update Regex to 1.0.0
2 parents 27b29fd + 90bd720 commit 6bf8680

File tree

3 files changed

+28
-6
lines changed

3 files changed

+28
-6
lines changed

Cargo.lock

+26-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ env_logger = "0.5.0-rc.1"
3434
toml = "0.4"
3535
memchr = "2.0"
3636
open = "1.1"
37-
regex = "0.2.1"
37+
regex = "1.0.0"
3838
tempfile = "3.0"
3939
itertools = "0.7"
4040
shlex = "0.1"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ There are multiple ways to install mdBook.
4141

4242
2. **From Crates.io**
4343

44-
This requires [Rust] and Cargo to be installed. Once you have installed
44+
This requires at least [Rust] 1.20 and Cargo to be installed. Once you have installed
4545
Rust, type the following in the terminal:
4646

4747
```

0 commit comments

Comments
 (0)