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