Temporarily depend on funty 1.1.0 to work around breakage in 1.2.0

See https://github.com/myrrlyn/funty/issues/3
This commit is contained in:
Sebastian Dröge 2021-02-14 11:07:26 +02:00
parent bd7cc85e72
commit 1cd5d5ef45
3 changed files with 9 additions and 0 deletions

View file

@ -31,6 +31,9 @@ serde = "1"
serde_derive = "1"
serde_json = "1"
atomic_refcell = "0.1"
# FIXME: Temporary fix for breakage in funty 1.2
# See https://github.com/myrrlyn/funty/issues/3
funty="=1.1.0"
[lib]
name = "gstrusoto"

View file

@ -21,6 +21,9 @@ pangocairo = { git = "https://github.com/gtk-rs/gtk-rs" }
byteorder = "1"
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0", features = ["raw_value"] }
# FIXME: Temporary fix for breakage in funty 1.2
# See https://github.com/myrrlyn/funty/issues/3
funty="=1.1.0"
[dependencies.gst]
git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs"

View file

@ -18,6 +18,9 @@ muldiv = "1.0"
byteorder = "1.0"
once_cell = "1.0"
smallvec = "1.0"
# FIXME: Temporary fix for breakage in funty 1.2
# See https://github.com/myrrlyn/funty/issues/3
funty="=1.1.0"
[lib]
name = "gstrsflv"