Skip to content

Commit 0825d6a

Browse files
Switch to released versions of crates
1 parent 3c5fa7b commit 0825d6a

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
lines changed

Cargo.lock

Lines changed: 14 additions & 14 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
@@ -43,20 +43,20 @@ rust-version = "1.70"
4343
version = "0.9.0"
4444

4545
[workspace.dependencies]
46-
cairo-sys-rs = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "master"}
47-
cairo-rs = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "master", features = ["use_glib"]}
48-
gdk-pixbuf-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "master"}
49-
gdk-pixbuf = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "master"}
50-
gio-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "master", features = ["v2_66"]}
51-
gio = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "master", features = ["v2_66"]}
52-
gobject-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "master", features = ["v2_66"]}
53-
glib-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "master", features = ["v2_66"]}
54-
glib = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "master", features = ["v2_66"]}
55-
graphene-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "master"}
56-
graphene = {package = "graphene-rs", git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "master"}
46+
cairo-sys-rs = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "0.20"}
47+
cairo-rs = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "0.20", features = ["use_glib"]}
48+
gdk-pixbuf-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "0.20"}
49+
gdk-pixbuf = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "0.20"}
50+
gio-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "0.20", features = ["v2_66"]}
51+
gio = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "0.20", features = ["v2_66"]}
52+
gobject-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "0.20", features = ["v2_66"]}
53+
glib-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "0.20", features = ["v2_66"]}
54+
glib = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "0.20", features = ["v2_66"]}
55+
graphene-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "0.20"}
56+
graphene = {package = "graphene-rs", git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "0.20"}
5757
libc = "0.2"
58-
pango-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "master", features = ["v1_46"]}
59-
pango = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "master", features = ["v1_46"]}
58+
pango-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "0.20", features = ["v1_46"]}
59+
pango = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "0.20", features = ["v1_46"]}
6060
gir-format-check = "^0.1"
6161
gdk4-x11-sys = {path = "gdk4-x11/sys", version = "0.9"}
6262
gdk4-wayland-sys = {path = "gdk4-wayland/sys", version = "0.9"}

0 commit comments

Comments
 (0)