Skip to content
This repository was archived by the owner on Jun 8, 2021. It is now read-only.

Commit

Permalink
remove versions from git dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dvhaeren committed Jul 14, 2018
1 parent 76543e0 commit e98bf70
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,21 +33,10 @@ libc = "0.2"
bitflags = "1.0"
lazy_static = "1.0"

[dependencies.pango-sys]
version = "0.6.0"
git = "https://github.com/gtk-rs/sys"

[dependencies.glib]
version = "0.5.0"
git = "https://github.com/gtk-rs/glib"

[dependencies.glib-sys]
version = "0.6.0"
git = "https://github.com/gtk-rs/sys"

[dependencies.gobject-sys]
version = "0.6.0"
git = "https://github.com/gtk-rs/sys"
pango-sys = { git = "https://github.com/gtk-rs/sys" }
glib = { git = "https://github.com/gtk-rs/glib" }
glib-sys = { git = "https://github.com/gtk-rs/sys" }
gobject-sys = { git = "https://github.com/gtk-rs/sys" }

[dev-dependencies]
gir-format-check = "^0.1"

0 comments on commit e98bf70

Please sign in to comment.