[gnome-builder/bilelmoussaoui/rust-template] Rust template: update to the latest gtk-rs stack
- From: Bilal Elmoussaoui <bilelmoussaoui src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/bilelmoussaoui/rust-template] Rust template: update to the latest gtk-rs stack
- Date: Tue, 25 Feb 2020 15:01:33 +0000 (UTC)
commit 9ed214df2106a78d222e0f8c12725f4276e0781a
Author: Bilal Elmoussaoui <bil elmoussaoui gmail com>
Date: Tue Feb 25 16:00:48 2020 +0100
Rust template: update to the latest gtk-rs stack
src/plugins/meson-templates/resources/src/Cargo.toml | 10 +++++-----
src/plugins/meson-templates/resources/src/config.rs.in | 6 +++---
2 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/src/plugins/meson-templates/resources/src/Cargo.toml
b/src/plugins/meson-templates/resources/src/Cargo.toml
index d8cd01639..db87532ce 100644
--- a/src/plugins/meson-templates/resources/src/Cargo.toml
+++ b/src/plugins/meson-templates/resources/src/Cargo.toml
@@ -4,21 +4,21 @@ version = "0.1.0"
edition = "2018"
[dependencies.gtk]
-version = "0.8.1"
+version = "0.9"
features = ["v3_24"]
[dependencies.gdk]
-version = "0.12.1"
+version = "0.12"
features = ["v3_24"]
[dependencies.gio]
-version = "0.8.1"
+version = "0.9"
features = ["v2_60"]
[dependencies.glib]
-version = "0.9.2"
+version = "0.9"
features = ["v2_60"]
[dependencies.gettext-rs]
-version = "0.4.4"
+version = "0.4"
features = ["gettext-system"]
diff --git a/src/plugins/meson-templates/resources/src/config.rs.in
b/src/plugins/meson-templates/resources/src/config.rs.in
index 8735eda35..edb2c8955 100644
--- a/src/plugins/meson-templates/resources/src/config.rs.in
+++ b/src/plugins/meson-templates/resources/src/config.rs.in
@@ -1,3 +1,3 @@
-pub static PKGDATADIR: &'static str = @pkgdatadir@;
-pub static VERSION: &'static str = @VERSION@;
-pub static LOCALEDIR: &'static str = @localedir@;
\ No newline at end of file
+pub static PKGDATADIR: &str = @pkgdatadir@;
+pub static VERSION: &str = @VERSION@;
+pub static LOCALEDIR: &str = @localedir@;
\ No newline at end of file
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]