Skip to content

Commit 260b286

Browse files
committed
switch to rust pre-release
using test-pypi
1 parent 667db28 commit 260b286

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

requirements.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
# allow pip to check for pre-releases from test-pypi
2+
--extra-index-url=https://test.pypi.org/simple/
13
# Install clang-tools binaries (clang-format, clang-tidy)
24
# For details please see: https://github.com/cpp-linter/clang-tools-pip
35
clang-tools==0.13.1
4-
56
# cpp-linter core Python executable package
6-
# For details please see: https://github.com/cpp-linter/cpp-linter
7-
cpp-linter==1.10.4
7+
# For details please see: https://github.com/cpp-linter/cpp-linter-rs
8+
cpp-linter==2.0.0rc9

0 commit comments

Comments
 (0)