Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Sep 18, 2022
1 parent fa92260 commit 14995bc
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Expand Up @@ -10,7 +10,7 @@ license = "AGPL-3.0"
name = "dssim"
readme = "README.md"
repository = "https://github.com/kornelski/dssim.git"
version = "3.2.2"
version = "3.2.3"
edition = "2018"

[[bin]]
Expand All @@ -19,8 +19,8 @@ name = "dssim"
path = "src/main.rs"

[dependencies]
dssim-core = { path = "./dssim-core", version = "3.2.3", default-features = false }
imgref = "1.9.3"
dssim-core = { path = "./dssim-core", version = "3.2.5", default-features = false }
imgref = "1.9.4"
getopts = "0.2.21"
rayon = { version = "1.5.3", optional = true }
rgb = "0.8.33"
Expand Down
4 changes: 2 additions & 2 deletions dssim-core/Cargo.toml
Expand Up @@ -10,14 +10,14 @@ license = "AGPL-3.0"
name = "dssim-core"
readme = "README.md"
repository = "https://github.com/kornelski/dssim.git"
version = "3.2.4"
version = "3.2.5"
edition = "2021"

[lib]
crate-type = ["lib", "staticlib"]

[dependencies]
imgref = "1.9.3"
imgref = "1.9.4"
itertools = "0.10.3"
rayon = { version = "1.5.3", optional = true }
rgb = "0.8.33"
Expand Down

0 comments on commit 14995bc

Please sign in to comment.