Skip to content

Commit 4b33093

Browse files
authored
Bump edition to 2021 (#2748)
1 parent 3d87b25 commit 4b33093

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
## Other
88

9+
- Upgrade to Rust 2021 edition #2748 (@cyqsimon)
10+
911
## Syntaxes
1012

1113
## Themes

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repository = "https://github.com/sharkdp/bat"
99
version = "0.24.0"
1010
exclude = ["assets/syntaxes/*", "assets/themes/*"]
1111
build = "build.rs"
12-
edition = '2018'
12+
edition = '2021'
1313
rust-version = "1.70"
1414

1515
[features]

0 commit comments

Comments
 (0)