Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Kirill Schmidt
forctal
Commits
ed632140
Commit
ed632140
authored
Sep 04, 2018
by
Daniel García Moreno
Browse files
Release 3.30.0
parent
801245df
Changes
5
Hide whitespace changes
Inline
Side-by-side
Cargo.lock
View file @
ed632140
...
...
@@ -360,13 +360,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "fractal-gtk"
version = "3.
29.92
"
version = "3.
30.0
"
dependencies = [
"cairo-rs 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
"chrono 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
"comrak 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
"failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"fractal-matrix-api 3.
29.92
",
"fractal-matrix-api 3.
30.0
",
"fragile 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"gdk 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gdk-pixbuf 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
@@ -398,7 +398,7 @@ dependencies = [
[[package]]
name = "fractal-matrix-api"
version = "3.
29.92
"
version = "3.
30.0
"
dependencies = [
"cairo-rs 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
"chrono 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
fractal-gtk/Cargo.toml
View file @
ed632140
...
...
@@ -2,7 +2,7 @@
authors
=
[
"Daniel Garcia <danigm@wadobo.com>"
]
build
=
"build.rs"
name
=
"fractal-gtk"
version
=
"3.
29.92
"
version
=
"3.
30.0
"
workspace
=
"../"
[dependencies]
...
...
fractal-gtk/res/org.gnome.Fractal.appdata.xml.in.in
View file @
ed632140
...
...
@@ -18,7 +18,7 @@
</screenshot>
</screenshots>
<releases>
<release
version=
"3.
29.92
"
date=
"2018-0
8-30
"
/>
<release
version=
"3.
30.0
"
date=
"2018-0
9-04
"
/>
</releases>
<update_contact>
danigm@wadobo.com
</update_contact>
...
...
fractal-matrix-api/Cargo.toml
View file @
ed632140
[package]
authors
=
[
"Daniel Garcia <danigm@wadobo.com>"
]
name
=
"fractal-matrix-api"
version
=
"3.
29.92
"
version
=
"3.
30.0
"
workspace
=
"../"
description
=
"""
...
...
meson.build
View file @
ed632140
project
(
'fractal'
,
'rust'
,
version
:
'3.
29.92
'
,
version
:
'3.
30.0
'
,
license
:
'GPLv3'
,
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment