diff --git a/Cargo.lock b/Cargo.lock index 6f62e30..e15a6fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -258,9 +258,9 @@ dependencies = [ [[package]] name = "kuva" -version = "0.1.4" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23b0d726a04ca7d6365892ccb2e6ec736d85bfd0b9001c4c6e98d8a038a83a95" +checksum = "455280de2b34485b88f1f8b80ee5e0df4289233ecad06d66dda79bf307e24f10" dependencies = [ "chrono", "colorous", diff --git a/Cargo.toml b/Cargo.toml index e918a46..6e64f37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ num-traits = { version = "0.2.19", default-features = false } approx = { version = "0.5.1", default-features = false } criterion = { version = "0.8.2", features = ["html_reports"] } rand = { version = "0.10.0", default-features = false } -kuva = "0.1.4" +kuva = "0.1.6" [features] default = ["libm"]