Skip to content
Snippets Groups Projects
Commit a551814a authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Merge branch 'cargo-config-directly' into 'master'

Use the cargo-config binary directly instead of through cargo

See merge request !251
parents f6f5c032 9fbc7a61
No related branches found
No related tags found
1 merge request!251Use the cargo-config binary directly instead of through cargo
......@@ -198,7 +198,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.
Please register or to comment