Skip to content

Commit 3eab2f9

Browse files
release version 0.5.0
1 parent 83e7a27 commit 3eab2f9

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
profile: minimal
3737
components: rustfmt
3838
override: true
39+
- name: Install protoc
40+
run: sudo apt-get install -y protobuf-compiler
3941
- name: Install cargo-get
4042
uses: baptiste0928/cargo-install@v1
4143
with:
@@ -132,4 +134,4 @@ jobs:
132134
file_target_version: stable
133135
public_key: ${{ secrets.APT_REPO_PUBKEY }}
134136
private_key: ${{ secrets.APT_REPO_PRIVKEY }}
135-
key_passphrase: ${{ secrets.APT_REPO_KEY_PASSPHRASE }}
137+
key_passphrase: ${{ secrets.APT_REPO_KEY_PASSPHRASE }}

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wirespider"
3-
version = "0.4.2"
3+
version = "0.5.0"
44
authors = ["Linus Karl <[email protected]>"]
55
license = "GPL-3"
66
edition = "2021"
@@ -97,4 +97,4 @@ assets = [
9797
{ source = "systemd/wirespider/wg0", dest = "/etc/wirespider/wg0-example", mode = "644" },
9898
{ source = "completions/_wirespider", dest = "/usr/share/zsh/site-functions/_wirespider", mode = "644" },
9999
{ source = "completions/wirespider.bash", dest = "/usr/share/bash-completion/completions/wirespider", mode = "644" },
100-
]
100+
]

0 commit comments

Comments
 (0)