build: fix MSRV to 1.82
Found with cargo-msrv. The new requirement is brought by a subsequent bindgen updatemerge-requests/17/head
parent
14198a352d
commit
9be21665c8
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -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]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue