webrtc: Update an unify rust-version and edition

So it all matches the rest of the plugins
This commit is contained in:
Thibault Saunier 2022-10-20 12:35:51 +02:00
parent 4942a916a8
commit 25bda89ac8
2 changed files with 3 additions and 2 deletions

View file

@ -6,7 +6,7 @@ authors = ["Mathieu Duponchelle <mathieu@centricular.com>", "Thibault Saunier <t
license = "MPL-2.0"
description = "High level GStreamer WebRTC elements and simple signaling server"
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
rust-version = "1.57"
rust-version = "1.63"
[dependencies]
gst = { git="https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", package = "gstreamer", features = ["v1_20", "serde"] }

View file

@ -1,11 +1,12 @@
[package]
name="webrtcsink-protocol"
version = "0.1.0"
edition = "2018"
edition = "2021"
authors = ["Mathieu Duponchelle <mathieu@centricular.com>"]
license = "MPL-2.0"
description = "GStreamer WebRTC sink default protocol"
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
rust-version = "1.63"
[dependencies]
serde = { version = "1", features = ["derive"] }