Skip to content
Snippets Groups Projects

Update minimum supported Rust version to 1.80

Merged Sebastian Dröge requested to merge slomo/gst-plugins-rs:msrv-1.80 into main
3 files
+ 3
0
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -48,6 +48,7 @@ static RUNTIME: Lazy<runtime::Runtime> = Lazy::new(|| {
.unwrap()
});
#[allow(deprecated)]
static AWS_BEHAVIOR_VERSION: Lazy<aws_config::BehaviorVersion> =
Lazy::new(aws_config::BehaviorVersion::v2023_11_09);
Loading