Update metadata in Cargo.toml

This commit is contained in:
FreezyLemon
2024-04-08 19:56:52 +02:00
committed by Josh Holmer
parent e7901750b4
commit 3a9f4584a0
2 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,6 @@
[package]
name = "ffmpeg-sys-the-third"
version = "1.2.0+ffmpeg-6.1"
build = "build.rs"
links = "ffmpeg"
edition = "2021"
@ -15,6 +14,7 @@ license = "WTFPL"
description = "FFI bindings to FFmpeg"
repository = "https://github.com/shssoichiro/ffmpeg-the-third"
keywords = ["audio", "video"]
categories = ["multimedia", "external-ffi-bindings"]
# When changing MSRV: Also update build.yml and README.md
rust-version = "1.61.0"