Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
quietvoid authored Mar 6, 2020
1 parent 0b9647c commit 1d0d9ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "subtitle_tonemap"
version = "0.1.0"
version = "0.2.0"
authors = ["quietvoid"]
edition = "2018"

Expand All @@ -9,4 +9,4 @@ edition = "2018"
[dependencies]
structopt = "0.3"
image = "0.22.3"
rayon = "1.2.0"
rayon = "1.2.0"

0 comments on commit 1d0d9ff

Please sign in to comment.