Skip to content
Snippets Groups Projects

0.13.3 release

Merged Sebastian Dröge requested to merge slomo/gst-plugins-rs:0.13.3-release into 0.13
8 files
+ 522
444
Compare changes
  • Side-by-side
  • Inline
Files
8
@@ -12,7 +12,7 @@ rust-version.workspace = true
anyhow = "1"
tokio = { version = "1", features = ["fs", "io-util", "macros", "rt-multi-thread", "time"] }
tokio-native-tls = "0.3.0"
async-tungstenite = { version = "0.26", features = ["tokio-runtime", "tokio-native-tls"] }
async-tungstenite = { version = "0.28", features = ["tokio-runtime", "tokio-native-tls"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
clap = { version = "4", features = ["derive"] }
Loading