Specify MSRV & verify in CI (#23)

This commit is contained in:
FreezyLemon
2024-04-08 19:44:49 +02:00
committed by GitHub
parent c25b7b4dcc
commit d519d152b3
5 changed files with 696 additions and 2 deletions

View File

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