build: bump rust edition

This is needed for a bindgen update and the crate will benefit from the
new languages features
merge-requests/17/head
Alaric Senat 2026-07-23 11:38:48 +02:00
parent 12a22eb8a4
commit 14198a352d
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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]