Specify MSRV & verify in CI (#23)
This commit is contained in:
@ -16,6 +16,9 @@ description = "FFI bindings to FFmpeg"
|
||||
repository = "https://github.com/shssoichiro/ffmpeg-the-third"
|
||||
keywords = ["audio", "video"]
|
||||
|
||||
# When changing MSRV: Also update build.yml and README.md
|
||||
rust-version = "1.61.0"
|
||||
|
||||
[lib]
|
||||
# Disable doctests as a workaround for https://github.com/rust-lang/rust-bindgen/issues/1313
|
||||
doctest = false
|
||||
|
Reference in New Issue
Block a user