Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cargo install templar ... should install v0.5.1 #10

Open
bastman opened this issue Jul 26, 2021 · 1 comment
Open

cargo install templar ... should install v0.5.1 #10

bastman opened this issue Jul 26, 2021 · 1 comment

Comments

@bastman
Copy link

bastman commented Jul 26, 2021

Hi,

if I run ...

cargo install --all-features templar

-> it installs v0.5.0.

Is there a way to have v0.5.1 installed instead?

Thanks

@bastman
Copy link
Author

bastman commented Nov 11, 2022

Download from https://github.com/proctorlabs/templar/releases/tag/v0.5.1

$ curl -sL https://github.com/proctorlabs/templar/releases/download/v0.5.1/templar-x86_64-apple-darwin.tar.xz |
    tar -xJ -C $HOME/.cargo/bin

works.

$ templar --version  # still shows 0.5.0 but it contains the bug fixes from 0.5.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant