mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-22 03:21:00 +00:00
version-helper: Update to toml_edit 0.21
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1382>
This commit is contained in:
parent
e5fd2c3568
commit
a8205d5b5d
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@ license = "MIT"
|
|||
homepage = "https://gstreamer.freedesktop.org"
|
||||
keywords = ["gstreamer", "multimedia", "cargo"]
|
||||
edition = "2021"
|
||||
rust-version = "1.66"
|
||||
rust-version = "1.67"
|
||||
|
||||
[dependencies]
|
||||
chrono = { version = "0.4.23", default-features = false, features = ["std", "clock"] }
|
||||
toml_edit = { version = "0.20", default-features = false }
|
||||
toml_edit = { version = "0.21", default-features = false, features = ["parse"] }
|
||||
|
|
Loading…
Reference in a new issue