Skip to content

Commit

Permalink
update akaze (it was not the right version) and bump version to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vadixidav committed Jun 23, 2020
1 parent eeb552f commit eba16de
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 = "cv"
version = "0.5.0"
version = "0.6.0"
authors = ["Geordon Worley <[email protected]>"]
edition = "2018"
description = "Batteries-included pure-Rust computer vision crate"
Expand Down Expand Up @@ -35,7 +35,7 @@ cv-pinhole = { optional = true, version = "0.6.0" }
cv-geom = { optional = true, version = "0.7.0" }
eight-point = { optional = true, version = "0.8.0" }
lambda-twist = { optional = true, version = "0.7.0" }
akaze = { optional = true, version = "0.6.0" }
akaze = { optional = true, version = "0.7.0" }
space = { version = "0.10.3", optional = true }
hnsw = { version = "0.6.1", optional = true }
levenberg-marquardt = { version = "0.5.2", optional = true }
Expand Down

0 comments on commit eba16de

Please sign in to comment.