nix-query-tree-viewer is not able to be compiled with rustc >= 1.53 #11
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
nix-query-tree-viewer
is not able to be compiled with recent versions of rust because of a change in the standard library that affects thelexical
library (which is one of nix-query-tree-viewer's transitive dependencies).The problem is detailed here: rust-lang/rust#81654
nix-query-tree-viewer
needs to have its dependencies updated to be able to work around this issue. From the above issue, it seems likely this could be fixed by updating the version of thenom
dependency.The text was updated successfully, but these errors were encountered: