mirror of
https://github.com/sharkdp/bat
synced 2025-02-16 21:08:29 +00:00
Bump edition to 2021 (#2748)
This commit is contained in:
parent
3d87b25b19
commit
4b33093f9e
2 changed files with 3 additions and 1 deletions
|
@ -6,6 +6,8 @@
|
|||
|
||||
## Other
|
||||
|
||||
- Upgrade to Rust 2021 edition #2748 (@cyqsimon)
|
||||
|
||||
## Syntaxes
|
||||
|
||||
## Themes
|
||||
|
|
|
@ -9,7 +9,7 @@ repository = "https://github.com/sharkdp/bat"
|
|||
version = "0.24.0"
|
||||
exclude = ["assets/syntaxes/*", "assets/themes/*"]
|
||||
build = "build.rs"
|
||||
edition = '2018'
|
||||
edition = '2021'
|
||||
rust-version = "1.70"
|
||||
|
||||
[features]
|
||||
|
|
Loading…
Add table
Reference in a new issue