fractal-gtk: Remove pining of some deps.
This was due to a bug. It has since been fixed and it's no longer needed.
This commit is contained in:
parent
3c86e30c59
commit
b581ae4d01
2 changed files with 0 additions and 8 deletions
3
Cargo.lock
generated
3
Cargo.lock
generated
|
@ -378,7 +378,6 @@ dependencies = [
|
||||||
"gspell 0.1.0 (git+https://gitlab.gnome.org/jsparber/gspell-rs)",
|
"gspell 0.1.0 (git+https://gitlab.gnome.org/jsparber/gspell-rs)",
|
||||||
"gtk 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"gtk 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"html2pango 0.1.0 (git+https://gitlab.gnome.org/World/html2pango)",
|
"html2pango 0.1.0 (git+https://gitlab.gnome.org/World/html2pango)",
|
||||||
"html5ever 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
||||||
"notify-rust 3.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"notify-rust 3.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"pango 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"pango 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
@ -387,8 +386,6 @@ dependencies = [
|
||||||
"serde 1.0.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
"serde 1.0.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"serde_derive 1.0.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
"serde_derive 1.0.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"serde_json 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
"serde_json 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"string_cache 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
||||||
"string_cache_codegen 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
||||||
"tree_magic 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"tree_magic 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"url 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"url 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
|
|
|
@ -24,11 +24,6 @@ html2pango = { git = "https://gitlab.gnome.org/World/html2pango" }
|
||||||
comrak = "0.2.9"
|
comrak = "0.2.9"
|
||||||
gettext-rs = { git = "https://github.com/danigm/gettext-rs", branch = "no-gettext", features = ["gettext-system"] }
|
gettext-rs = { git = "https://github.com/danigm/gettext-rs", branch = "no-gettext", features = ["gettext-system"] }
|
||||||
regex = "1.0.0"
|
regex = "1.0.0"
|
||||||
|
|
||||||
# newer stuff do not compile inside flatpak
|
|
||||||
html5ever = "=0.22.0"
|
|
||||||
string_cache = "=0.7.1"
|
|
||||||
string_cache_codegen = "=0.4.0"
|
|
||||||
tree_magic = "0.2.0"
|
tree_magic = "0.2.0"
|
||||||
|
|
||||||
[dependencies.cairo-rs]
|
[dependencies.cairo-rs]
|
||||||
|
|
Loading…
Reference in a new issue