build: bump rust edition
This is needed for a bindgen update and the crate will benefit from the new languages featuresmerge-requests/17/head
parent
12a22eb8a4
commit
14198a352d
|
|
@ -11,7 +11,7 @@ repository = "https://code.videolan.org/videolan/vlc-rs"
|
|||
homepage = "https://code.videolan.org/videolan/vlc-rs"
|
||||
license = "MIT"
|
||||
readme = "README.md"
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
name = "vlc"
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ documentation = "https://docs.rs/vlc-rs"
|
|||
repository = "https://code.videolan.org/videolan/vlc-rs"
|
||||
homepage = "https://code.videolan.org/videolan/vlc-rs"
|
||||
license = "MIT"
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
build = "build.rs"
|
||||
|
||||
[lib]
|
||||
|
|
|
|||
Loading…
Reference in New Issue