Skip to content

Commit 85a1650

Browse files
danieldkDaniël de Kok
authored andcommitted
Pin pyo3-pack to known working version
1 parent 04fba06 commit 85a1650

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ install:
88
- set PATH=%PATH%;%USERPROFILE%\.cargo\bin
99
- rustc -V
1010
- cargo -V
11-
- cargo install pyo3-pack
11+
- cargo install pyo3-pack --vers 0.5.0
1212

1313
build_script:
1414
- pyo3-pack build --release

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ install:
3232
source venv/bin/activate
3333
pip install cffi virtualenv
3434
fi
35-
- cargo install pyo3-pack
35+
- cargo install pyo3-pack --vers 0.5.0
3636
- rustup default nightly-2019-02-07
3737
- rustup component add rustfmt
3838

0 commit comments

Comments
 (0)