Skip to content

Commit

Permalink
chore(project): migrate to Rust 2021 edition
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Oct 22, 2021
1 parent 6080ebb commit 0000000
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion git-cliff-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
homepage = "https://github.com/orhun/git-cliff"
repository = "https://github.com/orhun/git-cliff"
keywords = ["changelog", "generator", "conventional", "commit"]
edition = "2018"
edition = "2021"

[dependencies]
thiserror = "1.0.30"
Expand Down
2 changes: 1 addition & 1 deletion git-cliff/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/orhun/git-cliff"
keywords = ["changelog", "generator", "conventional", "commit"]
categories = ["command-line-utilities"]
default-run = "git-cliff"
edition = "2018"
edition = "2021"

[[bin]]
name = "git-cliff-completions"
Expand Down

0 comments on commit 0000000

Please sign in to comment.