File tree Expand file tree Collapse file tree 4 files changed +12
-6
lines changed Expand file tree Collapse file tree 4 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -22,16 +22,16 @@ jobs:
22
22
include :
23
23
- target : aarch64-apple-darwin
24
24
os : macos-latest
25
- - target : x86_64-unknown-linux-gnu
26
- os : ubuntu-latest
27
25
- target : x86_64-apple-darwin
28
26
os : macos-latest
27
+ - target : x86_64-unknown-linux-gnu
28
+ os : ubuntu-latest
29
29
- target : x86_64-pc-windows-msvc
30
30
os : windows-latest
31
31
runs-on : ${{ matrix.os }}
32
32
steps :
33
33
- uses : actions/checkout@v2
34
- - name : Install libudev-dev
34
+ - name : Install dependencies
35
35
if : ${{ matrix.os == 'ubuntu-latest' }}
36
36
run : sudo apt-get update && sudo apt-get install -y libudev-dev
37
37
- uses : taiki-e/upload-rust-binary-action@v1
Original file line number Diff line number Diff line change
1
+ ## [ 0.1.8]
2
+
3
+ Fixes:
4
+ * Handling reconnection of serial connection by dropping appropriately
5
+ * Updating workflow to generate multiple binaries used by VSCode tools
6
+
1
7
## [ 0.1.7]
2
8
3
9
Allow checking of version
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " zephyr-tools"
3
- version = " 0.1.7 "
3
+ version = " 0.1.8 "
4
4
edition = " 2021"
5
5
6
6
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
You can’t perform that action at this time.
0 commit comments