Skip to content
Snippets Groups Projects
Unverified Commit 9fbc7a61 authored by Noah's avatar Noah Committed by coolreader18
Browse files

Use the cargo-config binary directly instead of through cargo

parent 59779a57
No related branches found
No related tags found
No related merge requests found
......@@ -312,7 +312,8 @@ function op {
fi
if [ "$skip" -eq "0" ]
then
cargo config package.version | tr -d '"'
# there's an unstable built-in cargo config command, so hack around it
cargo-config config package.version | tr -d '"'
fi
popd > /dev/null
;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment