Skip to content

Commit 0e2a029

Browse files
Set branch for gtk-rs-core crates
1 parent 19ccb5c commit 0e2a029

File tree

2 files changed

+51
-51
lines changed

2 files changed

+51
-51
lines changed

Cargo.lock

Lines changed: 38 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -48,20 +48,20 @@ rustc-args = ["--cfg", "docsrs"]
4848
rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"]
4949

5050
[workspace.dependencies]
51-
cairo-sys-rs = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19"}
52-
cairo-rs = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19", features = ["use_glib"]}
53-
gdk-pixbuf-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19"}
54-
gdk-pixbuf = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19"}
55-
gio-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19", features = ["v2_66"]}
56-
gio = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19", features = ["v2_66"]}
57-
gobject-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19", features = ["v2_66"]}
58-
glib-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19", features = ["v2_66"]}
59-
glib = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19", features = ["v2_66"]}
60-
graphene-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19"}
61-
graphene = {package = "graphene-rs", git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19"}
51+
cairo-sys-rs = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19", branch = "0.19"}
52+
cairo-rs = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19", branch = "0.19", features = ["use_glib"]}
53+
gdk-pixbuf-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19", branch = "0.19"}
54+
gdk-pixbuf = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19", branch = "0.19"}
55+
gio-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19", branch = "0.19", features = ["v2_66"]}
56+
gio = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19", branch = "0.19", features = ["v2_66"]}
57+
gobject-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19", branch = "0.19", features = ["v2_66"]}
58+
glib-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19", branch = "0.19", features = ["v2_66"]}
59+
glib = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19", branch = "0.19", features = ["v2_66"]}
60+
graphene-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19", branch = "0.19"}
61+
graphene = {package = "graphene-rs", git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19", branch = "0.19"}
6262
libc = "0.2"
63-
pango-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19", features = ["v1_46"]}
64-
pango = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19", features = ["v1_46"]}
63+
pango-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19", branch = "0.19", features = ["v1_46"]}
64+
pango = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19", branch = "0.19", features = ["v1_46"]}
6565
gir-format-check = "^0.1"
6666
gdk4-sys = {path = "gdk4/sys", version = "0.8"}
6767
gdk = {package = "gdk4", path = "gdk4", version = "0.8"}

0 commit comments

Comments
 (0)