Skip to content

Commit 5941d24

Browse files
authored
Pin project root rust-toolchain ver. as well (#11)
* Pin project root rust-toolchain ver. as well * Pin setuptools-rust at 0.10.6
1 parent 8a13be7 commit 5941d24

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/workflows/build-and-prelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
# required for git commands below:
6161
git config --global --add safe.directory /__w/skim-unicode-table/skim-unicode-table
6262
git status
63-
"${PYBIN}/pip" install -U setuptools wheel setuptools-rust
63+
"${PYBIN}/pip" install -U setuptools wheel setuptools-rust==0.10.6
6464
"${PYBIN}/python" setup.py bdist_wheel
6565
# required to get non-dev release ver:
6666
git reset --hard

.github/workflows/build-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
# required for git commands below:
6464
git config --global --add safe.directory /__w/skim-unicode-table/skim-unicode-table
6565
git status
66-
"${PYBIN}/pip" install -U setuptools wheel setuptools-rust
66+
"${PYBIN}/pip" install -U setuptools wheel setuptools-rust==0.10.6
6767
"${PYBIN}/python" setup.py bdist_wheel
6868
# required to get non-dev release ver:
6969
git reset --hard

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[build-system]
2-
requires = ["setuptools", "wheel", "setuptools-rust"]
2+
requires = ["setuptools", "wheel", "setuptools-rust==0.10.6"]

rust-toolchain

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1.34

0 commit comments

Comments
 (0)