diff --git a/Cargo.lock b/Cargo.lock index 562ee21..39f6725 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -917,7 +917,7 @@ dependencies = [ [[package]] name = "libhandy" version = "0.5.0" -source = "git+https://gitlab.gnome.org/haecker-felix/libhandy-rs.git?branch=update_cargo_version#62e7abf44d419cf3fe83da64285f2905da4e333e" +source = "git+https://gitlab.gnome.org/haecker-felix/libhandy-rs.git#62e7abf44d419cf3fe83da64285f2905da4e333e" dependencies = [ "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "gdk 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -931,14 +931,14 @@ dependencies = [ "gtk-sys 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", - "libhandy-sys 0.5.0 (git+https://gitlab.gnome.org/haecker-felix/libhandy-rs.git?branch=update_cargo_version)", + "libhandy-sys 0.5.0 (git+https://gitlab.gnome.org/haecker-felix/libhandy-rs.git)", "pango 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "libhandy-sys" version = "0.5.0" -source = "git+https://gitlab.gnome.org/haecker-felix/libhandy-rs.git?branch=update_cargo_version#62e7abf44d419cf3fe83da64285f2905da4e333e" +source = "git+https://gitlab.gnome.org/haecker-felix/libhandy-rs.git#62e7abf44d419cf3fe83da64285f2905da4e333e" dependencies = [ "gdk 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "gdk-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index d55d84a..b08e12f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ gtk = { version = "0.8.0", features = ["v3_22"] } gio = { version = "0.8.0", features = ["v2_46"] } gdk-pixbuf = { version = "0.8.0", features = ["v2_36"] } gettext-rs = { version = "0.4.4", features = ["gettext-system"] } -libhandy = { git="https://gitlab.gnome.org/haecker-felix/libhandy-rs.git", branch = "update_cargo_version", features = ["v0_0_12"] } +libhandy = { git="https://gitlab.gnome.org/haecker-felix/libhandy-rs.git", features = ["v0_0_12"] } gtk-macros = "0.2.0" [target.'cfg(unix)'.dependencies]