Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2021-02-14 12:07:26 +0300
committerSebastian Dröge <sebastian@centricular.com>2021-02-14 12:07:26 +0300
commit1cd5d5ef45a9df8fe7f5c98ca60cc591bced60bd (patch)
treeb8251d005cae8cc643727b86929a966bb65b4528 /net
parentbd7cc85e72a29a9e1f9cc509164c782aa667bd22 (diff)
Temporarily depend on funty 1.1.0 to work around breakage in 1.2.0
See https://github.com/myrrlyn/funty/issues/3
Diffstat (limited to 'net')
-rw-r--r--net/rusoto/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/rusoto/Cargo.toml b/net/rusoto/Cargo.toml
index 4e0c6bff6..5219a022f 100644
--- a/net/rusoto/Cargo.toml
+++ b/net/rusoto/Cargo.toml
@@ -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"