From f0f3270b4f66308be7063700eb939a4a919e4e75 Mon Sep 17 00:00:00 2001 From: IvanikuV2 <97602058+IvanikuV2@users.noreply.github.com> Date: Thu, 31 Mar 2022 20:02:34 +0200 Subject: [PATCH] chore: use fixed crate versions --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f6c1608..5845619 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,9 +5,9 @@ version = "0.1.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -adw = {package = "libadwaita", rev = "e9ca4b59f2d3774c3ecfbb87828f9c6325fd59f9", git = "https://gitlab.gnome.org/World/Rust/libadwaita-rs.git"} +adw = {version = "0.1.1", package = "libadwaita"} gettext-rs = {version = "0.7", features = ["gettext-system"]} -gtk = {package = "gtk4", git = "https://github.com/gtk-rs/gtk4-rs.git"} +gtk = {version = "0.4.7", package = "gtk4"} log = "0.4" once_cell = "1.9" pretty_env_logger = "0.4"