diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2025-02-18 11:02:12 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2025-02-18 11:02:12 -0500 |
commit | 6d1b59696abe036575a30c4dc2a85ff51ce7df70 (patch) | |
tree | 53fec28906a5fbfadb3c1403cdc1061e7e761aa5 /Cargo.toml | |
parent | d173617ee23b179ed7e9926d124eaa41b855e071 (diff) | |
download | kd-forest-6d1b59696abe036575a30c4dc2a85ff51ce7df70.tar.xz |
Update to acap 0.4.0main
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ authors = ["Tavian Barnes <tavianator@tavianator.com>"] edition = "2021" [dependencies] -acap = "0.3.0" +acap = "0.4.0" clap = { version = "4.4.8", features = ["derive"] } image = "0.25.5" rand = "0.9.0" |