build: fix MSRV to 1.82

Found with cargo-msrv. The new requirement is brought by a subsequent
bindgen update
merge-requests/17/head
Alaric Senat 2026-07-23 11:56:03 +02:00
parent 14198a352d
commit 9be21665c8
2 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@ homepage = "https://code.videolan.org/videolan/vlc-rs"
license = "MIT" license = "MIT"
readme = "README.md" readme = "README.md"
edition = "2021" edition = "2021"
rust-version = "1.82"
[lib] [lib]
name = "vlc" name = "vlc"

View File

@ -11,6 +11,7 @@ repository = "https://code.videolan.org/videolan/vlc-rs"
homepage = "https://code.videolan.org/videolan/vlc-rs" homepage = "https://code.videolan.org/videolan/vlc-rs"
license = "MIT" license = "MIT"
edition = "2021" edition = "2021"
rust-version = "1.82"
build = "build.rs" build = "build.rs"
[lib] [lib]