Hey also am I bad at rust or is there a problem wi...
# development
c
Hey also am I bad at rust or is there a problem with the git pre-commit hook?
Copy code
"${REPO_ROOT}/cargo" install cargo-ensure-prefix --locked "=0.1.7"
keeps giving "error: could not find
=0.1.7
in registry
crates-io
with version `*`". I think it should be
Copy code
"${REPO_ROOT}/cargo" install cargo-ensure-prefix --locked --version "=0.1.7"
or am I missing something?
w
…that could very well be. patch welcome!
c
patch, although IDK how to Rust, hopefully it's right
w
yea, it looks right. thanks a lot!