Replies: 1 comment
|
Yes, this is expected from that command.
The Install that release explicitly: cargo install \
--git https://github.com/rtk-ai/rtk \
--tag v0.43.0 \
--locked \
--forceFor current release, replace tag with Also avoid plain |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi!
I noticed that the GitHub releases show v0.43.0, but when I run:
cargo install --git https://github.com/rtk-ai/rtk --force
it still installs v0.42.4.
Is this expected? Has v0.43.0 not been published yet for Cargo installation, or am I missing something?
Thanks!
All reactions