tree_magic icon indicating copy to clipboard operation
tree_magic copied to clipboard

Upgrade to nom 6

Open mbrubeck opened this issue 5 years ago • 4 comments

Fixes #15. Closes #19.

mbrubeck avatar Jun 06 '20 18:06 mbrubeck

I also have this branch which merges in the latest changes from master, but does not compile (because of the existing errors on master):

https://github.com/aahancoc/tree_magic/compare/master...mbrubeck:nom5-rebase-wip

mbrubeck avatar Jun 06 '20 19:06 mbrubeck

This change is included in my stripped-down fork of this crate:

https://crates.io/crates/tree_magic_mini

mbrubeck avatar Jun 10 '20 15:06 mbrubeck

nom 6 has been released.

audunhalland avatar Jan 09 '21 06:01 audunhalland

Thanks. I've updated this branch to use nom 6. I also applied this change to my fork tree_magic_mini.

mbrubeck avatar Jan 09 '21 18:01 mbrubeck