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"
|
||||
readme = "README.md"
|
||||
edition = "2021"
|
||||
rust-version = "1.82"
|
||||
|
||||
[lib]
|
||||
name = "vlc"
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ repository = "https://code.videolan.org/videolan/vlc-rs"
|
|||
homepage = "https://code.videolan.org/videolan/vlc-rs"
|
||||
license = "MIT"
|
||||
edition = "2021"
|
||||
rust-version = "1.82"
|
||||
build = "build.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
|||
Loading…
Reference in New Issue