Skip to content

Commit b0e0206

Browse files
authored
Merge pull request #20 from Zondax/update-193
2 parents 998a26c + b15850f commit b0e0206

34 files changed

Lines changed: 55475 additions & 37705 deletions

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
run: |
2222
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 10
2323
make deps
24-
brew install conan
2524
- run: cmake -DCMAKE_BUILD_TYPE=Debug . && make
2625
- run: GTEST_COLOR=1 ASAN_OPTIONS=detect_leaks=0 ctest -VV
2726

README.md

Lines changed: 414 additions & 410 deletions
Large diffs are not rendered by default.

app/Makefile.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This is the `transaction_version` field of `Runtime`
22
APPVERSION_M=17
33
# This is the `spec_version` field of `Runtime`
4-
APPVERSION_N=191
4+
APPVERSION_N=193
55
# This is the patch version of this release
66
APPVERSION_P=0

app/rust/Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)