Skip to content

Commit b537a51

Browse files
committed
2.1.0 - Maintenance
1 parent ecd0e52 commit b537a51

File tree

6 files changed

+270
-164
lines changed

6 files changed

+270
-164
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Bundle Release (Other)
4848
if: ${{ matrix.runner != 'windows-latest' }}
4949
run: |
50-
cargo install --git https://github.com/burtonageo/cargo-bundle.git
50+
cargo install --git https://github.com/burtonageo/cargo-bundle.git --rev 1f4b526
5151
cargo bundle --release --target ${{ matrix.target }}
5252
5353
- name: Create Zip Archive (Windows)

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
/target
1+
.idea/
2+
.vscode/
3+
target/

0 commit comments

Comments
 (0)