Skip to content

Commit

Permalink
Bump edition to 2021 (#2748)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyqsimon authored Oct 31, 2023
1 parent 3d87b25 commit 4b33093
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

## Other

- Upgrade to Rust 2021 edition #2748 (@cyqsimon)

## Syntaxes

## Themes
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 4b33093

Please sign in to comment.