Skip to content

Commit 2608119

Browse files
authored
Merge branch 'main' into release-plz-2024-12-20T14-49-49Z
2 parents 224de8d + b0efe04 commit 2608119

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/release-plz.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020
fetch-depth: 0
2121
- name: Install Rust toolchain
2222
uses: dtolnay/rust-toolchain@stable
23+
- name: Install GStreamer
24+
run: |
25+
sudo apt-get -y update
26+
sudo apt-get remove libunwind-*
27+
sudo apt-get -y install --no-install-recommends libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev
2328
- name: Run release-plz
2429
uses: MarcoIeni/[email protected]
2530
env:

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gst-log-parser"
3-
version = "0.4.2"
3+
version = "0.5.0"
44
authors = ["Guillaume Desmottes <[email protected]>"]
55
edition = "2018"
66
license = "MIT/Apache-2.0"

0 commit comments

Comments
 (0)