diff options
author | gennyble <gen@nyble.dev> | 2023-11-15 21:10:43 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-15 21:10:43 -0600 |
commit | 9fe0ced38710de9c9f4c36e182555ea80c8be20b (patch) | |
tree | 9bfa6080ce821166f045e0836a4b476b6c7fa827 /Cargo.toml | |
parent | fa2943a6a4bc1d276b458fefae48b28cd78cdb9c (diff) | |
parent | ad74e0bf2721ca9086cc3e2ecacfec91c54746f2 (diff) | |
download | gifed-9fe0ced38710de9c9f4c36e182555ea80c8be20b.tar.gz gifed-9fe0ced38710de9c9f4c36e182555ea80c8be20b.zip |
Merge pull request #18 from novedevo/main
buncha clippy and devon-sourced changes
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index 948388b..c3f707d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,2 +1,3 @@ [workspace] members = ["gifed", "gifprobe", "gaudio", "gifcheck"] +resolver = "2" |