We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6fe9c31 + 8af5af3 commit bb075d8Copy full SHA for bb075d8
2 files changed
include/zxversion.h
@@ -17,4 +17,4 @@
17
18
#define ZXLIB_MAJOR 16
19
#define ZXLIB_MINOR 0
20
-#define ZXLIB_PATCH 7
+#define ZXLIB_PATCH 8
scripts/install_deps.sh
@@ -21,12 +21,12 @@ case "${os_string}" in
21
sudo apt-get install libusb-1.0.0 libudev-dev
22
pip install -U setuptools
23
pip install -U --no-cache ledgerblue ecpy
24
- pip install -U conan
+ pip install -U conan~=1.59
25
;;
26
Darwin*)
27
brew install libusb
28
pip install -U ledgerblue ecpy
29
30
31
*)
32
echo "OS not recognized"
0 commit comments