[fractal] chore: Update libshumate dependency
- From: Kévin Commaille <kcommaille src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [fractal] chore: Update libshumate dependency
- Date: Tue, 4 Oct 2022 09:02:47 +0000 (UTC)
commit ea937599e366a3dc3dee53e50aa1242e072c101c
Author: Kévin Commaille <zecakeh tedomum fr>
Date: Mon Oct 3 22:08:31 2022 +0200
chore: Update libshumate dependency
Switch to the first stable release
Cargo.lock | 10 ++++++----
Cargo.toml | 2 +-
build-aux/org.gnome.Fractal.Devel.json | 4 ++--
build-aux/org.gnome.Fractal.Hack.json | 4 ++--
4 files changed, 11 insertions(+), 9 deletions(-)
---
diff --git a/Cargo.lock b/Cargo.lock
index 9744ec829..0c59300cf 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2337,10 +2337,11 @@ dependencies = [
[[package]]
name = "libshumate"
-version = "0.1.0-alpha.4"
+version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d5c0b7cb25a837204c7eda0879877e0716924c2f970c08e60228bd8410ddc372"
+checksum = "98d639cc071d690528a31b989faf3dce5f283914fab6c63c73d374e25ebd3a70"
dependencies = [
+ "gdk-pixbuf",
"gdk4",
"gio",
"glib",
@@ -2352,10 +2353,11 @@ dependencies = [
[[package]]
name = "libshumate-sys"
-version = "0.1.0-alpha.4"
+version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9380bffe8a69af1cd5c6ae0b6dfd2942017d89d9565f64d0e3579629e3921f07"
+checksum = "0a96fd7b69b23af97452a1b09ecc3eb012e6585f3ce18dc774a8a20b95ae9e57"
dependencies = [
+ "gdk-pixbuf-sys",
"gdk4-sys",
"gio-sys",
"glib-sys",
diff --git a/Cargo.toml b/Cargo.toml
index e3af21bc7..f37178f4c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -69,7 +69,7 @@ features = ["v1_2"]
[dependencies.shumate]
package = "libshumate"
-version = "0.1.0-alpha.4"
+version = "0.1.1"
[dependencies.matrix-sdk]
git = "https://github.com/matrix-org/matrix-rust-sdk.git"
diff --git a/build-aux/org.gnome.Fractal.Devel.json b/build-aux/org.gnome.Fractal.Devel.json
index a922fcc74..cf84886b8 100644
--- a/build-aux/org.gnome.Fractal.Devel.json
+++ b/build-aux/org.gnome.Fractal.Devel.json
@@ -43,7 +43,7 @@
{
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/libshumate/",
- "tag": "1.0.0.alpha.1"
+ "tag": "1.0.1"
}
]
},
@@ -62,4 +62,4 @@
]
}
]
-}
+}
\ No newline at end of file
diff --git a/build-aux/org.gnome.Fractal.Hack.json b/build-aux/org.gnome.Fractal.Hack.json
index c00523653..db16313f6 100644
--- a/build-aux/org.gnome.Fractal.Hack.json
+++ b/build-aux/org.gnome.Fractal.Hack.json
@@ -49,7 +49,7 @@
{
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/libshumate/",
- "tag": "1.0.0.alpha.1"
+ "tag": "1.0.1"
}
]
},
@@ -68,4 +68,4 @@
]
}
]
-}
+}
\ No newline at end of file
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]