Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
(cargo-release) version {{version}}
Browse files Browse the repository at this point in the history
  • Loading branch information
leigh-johnson committed Nov 2, 2022
1 parent 41559d8 commit 7c391ea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion printnanny-gst-config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "printnanny-gst-config"
description = "PrintNanny Gstreamer Plugin configuration helpers"
version = "0.1.9"
version = "0.2.0"
authors = ["Leigh Johnson <[email protected]>"]
license-file = "LICENSE"
rust-version = "1.63"
Expand Down
4 changes: 2 additions & 2 deletions printnanny-gst-plugin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "printnanny-gst-plugin"
description = "PrintNanny Gstreamer Plugins"
version = "0.3.9"
version = "0.4.0"
edition = "2021"
authors = ["Leigh Johnson <[email protected]>"]
license-file = "LICENSE"
Expand All @@ -27,7 +27,7 @@ gst-app = { package = "gstreamer-app", features = ["v1_20"], version = "0.19"}
gst-sys = { package = "gstreamer-sys", features = ["v1_20"], version = "0.19"}
gst-base = { package = "gstreamer-base", features = ["v1_20"], version = "0.19"}
gst-video = { package = "gstreamer-video", features = ["v1_20"], version = "0.19"}
printnanny-gst-config = { path = "../printnanny-gst-config", version = "^0.1.9"}
printnanny-gst-config = { path = "../printnanny-gst-config", version = "^0.2.0"}
once_cell = "1.0"
thiserror = "1.0" # derive(Error)
polars = { version = "0.24", features = [
Expand Down

0 comments on commit 7c391ea

Please sign in to comment.