Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2023-07-05 12:36:57 +0300
committerSebastian Dröge <sebastian@centricular.com>2023-07-05 12:36:57 +0300
commit698db4b13e1de370e043d881ab9af73ca73801f3 (patch)
tree0f8ba7c2892e37ee2fe048211ba4026a3e3602ba /net/webrtc/protocol/Cargo.toml
parentbbc775b8dc36f50c0af60ad6fe7f4611e3fe894e (diff)
Correctly declare 1.64 as minimum supported Rust version
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1266>
Diffstat (limited to 'net/webrtc/protocol/Cargo.toml')
-rw-r--r--net/webrtc/protocol/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/webrtc/protocol/Cargo.toml b/net/webrtc/protocol/Cargo.toml
index e5e0d5887..829dba8dc 100644
--- a/net/webrtc/protocol/Cargo.toml
+++ b/net/webrtc/protocol/Cargo.toml
@@ -6,7 +6,7 @@ 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"
+rust-version = "1.64"
[dependencies]
serde = { version = "1", features = ["derive"] }