Skip to content

Commit d963a3b

Browse files
committed
.
1 parent 6103cb0 commit d963a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
33
python3 "$SCRIPT_DIR/update_version_in_cargo_toml.py" 0.0.0
44
python3 "$SCRIPT_DIR/update_version_in_cargo_toml.py"
55
cd "$SCRIPT_DIR/.." || exit
6-
maturin develop --release --target "$(rustc -vV | sed -n 's|host: ||p')"
6+
maturin develop --release --uv --target "$(rustc -vV | sed -n 's|host: ||p')"
77
python3 "$SCRIPT_DIR/update_version_in_cargo_toml.py" 0.0.0

0 commit comments

Comments
 (0)