Skip to content

Commit bb075d8

Browse files
authored
Merge pull request #56 from Zondax/fix-conan
2 parents 6fe9c31 + 8af5af3 commit bb075d8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

include/zxversion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717

1818
#define ZXLIB_MAJOR 16
1919
#define ZXLIB_MINOR 0
20-
#define ZXLIB_PATCH 7
20+
#define ZXLIB_PATCH 8

scripts/install_deps.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ case "${os_string}" in
2121
sudo apt-get install libusb-1.0.0 libudev-dev
2222
pip install -U setuptools
2323
pip install -U --no-cache ledgerblue ecpy
24-
pip install -U conan
24+
pip install -U conan~=1.59
2525
;;
2626
Darwin*)
2727
brew install libusb
2828
pip install -U ledgerblue ecpy
29-
pip install -U conan
29+
pip install -U conan~=1.59
3030
;;
3131
*)
3232
echo "OS not recognized"

0 commit comments

Comments
 (0)