Closed imlazyeye closed 2 years ago
Ah -- I believe that the issue is literally just that the crates version number in the toml is the same as the latest release, but there's been a year of development since. Whoops!
Going to leave this open in case I'm wrong. Is there any timeline on a new release?
Is there any timeline on a new release?
Thank you for your issue! Not currently, there's a couple of features I want to add first before releasing 13.
sounds good, thank you! I'll go ahead and close this
This is a rather strange one, and I'm unsure of it's specific to tokei itself or something larger.
When installing tokei via
cargo install --path .
(inside of the repo, up to date), or viacargo install --git https://github.com/XAMPPRocky/tokei.git tokei
, everything works the way you would expect. However, when usingcargo install tokei
, the build you get is somehow... incorrect.Below is the output of
tokei -l
after runningcargo install tokei
.Going through the above, the following are missing:
What's strange is that it's not chronological which ones are missing -- Gherkin (added two years ago) is not present, but Headache (one of the most recent additions) is.
You'll also notice that their extensions are not printing, which was added to tokei over a year ago.
Despite all of this, if you enter
tokei --version
, you'll get what you get with all the other installation methods:I have reproduced the issue on two different machines, one on macOS and the other Windows.
I have no idea what to make of this and couldn't glean much from tinkering around. Could this be related to anything on
tokei
's side, or is more likely an issue with cargo / crates.io?