Skip to content

Commit

Permalink
chore: Update Cargo.toml and versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasfarias committed Mar 20, 2022
1 parent 3ca68d8 commit f88ce48
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 8 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
[package]
name = "c2g"
version = "0.7.0"
version = "0.7.4"
authors = ["Tomas Farias <[email protected]>"]
edition = "2018"
edition = "2021"
description = "Turn your chess PGN files into GIFs!"
readme = "README.md"
repository = "https://github.com/tomasfarias/c2g"
license = "GPL-3.0+"
license-file = "LICENSE"
keywords = ["chess", "pgn", "gif"]

[features]
default = ["include-fonts", "include-svgs"]
Expand Down
2 changes: 1 addition & 1 deletion src/bin/c2g.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ impl Chess2GifCli {
T: Into<OsString> + Clone,
{
let app = App::new("Chess to GIF")
.version("0.7.0")
.version("0.7.4")
.author("Tomas Farias <[email protected]>")
.about("Turns a PGN chess game into a GIF")
.arg(
Expand Down

0 comments on commit f88ce48

Please sign in to comment.