diff --git a/Cargo.lock b/Cargo.lock index 5dc6203..1d67522 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -97,7 +97,7 @@ dependencies = [ [[package]] name = "enumerate-ordered" -version = "1.1.0" +version = "1.1.1" dependencies = [ "color-eyre", "futures", diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..85c51f0 --- /dev/null +++ b/TODO.md @@ -0,0 +1,2 @@ +TODO: Support -R - Non-blind recursion (like sxiv-ordered) +NOTE: Nesting BTreeSet is probably not the best way to go about this...