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
World
Rust
libflatpak-rs
Commits
804f2c5b
Commit
804f2c5b
authored
Oct 23, 2022
by
Bilal Elmoussaoui
Browse files
Bump version numbers
parent
200532d1
Pipeline
#456158
passed with stage
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
libflatpak-sys/Cargo.toml
View file @
804f2c5b
...
...
@@ -7,7 +7,7 @@ edition = "2021"
name
=
"libflatpak-sys"
license
=
"MIT"
repository
=
"https://gitlab.gnome.org/World/Rust/libflatpak-rs"
version
=
"0.
1
.0"
version
=
"0.
2
.0"
[package.metadata.docs.rs]
features
=
["dox"]
[package.metadata.system-deps.flatpak]
...
...
@@ -110,14 +110,20 @@ libc = "0.2"
[dependencies.gio]
git
=
"https://github.com/gtk-rs/gtk-rs-core"
package
=
"gio-sys"
version
=
"0.16"
branch
=
"0.16"
[dependencies.glib]
git
=
"https://github.com/gtk-rs/gtk-rs-core"
package
=
"glib-sys"
version
=
"0.16"
branch
=
"0.16"
[dependencies.gobject]
git
=
"https://github.com/gtk-rs/gtk-rs-core"
package
=
"gobject-sys"
version
=
"0.16"
branch
=
"0.16"
[build-dependencies]
pkg-config
=
"0.3.7"
...
...
libflatpak/Cargo.toml
View file @
804f2c5b
...
...
@@ -3,21 +3,22 @@ authors = ["Felix Häcker <haeckerfelix@gnome.org>"]
documentation
=
"https://world.pages.gitlab.gnome.org/Rust/libflatpak-rs/stable/latest/docs/libflatpak/"
name
=
"libflatpak"
repository
=
"https://gitlab.gnome.org/World/Rust/libflatpak-rs"
version
=
"0.
1
.0"
version
=
"0.
2
.0"
edition
=
"2021"
description
=
"libflatpak bindings"
license
=
"MIT"
[dependencies]
bitflags
=
"1.2"
gio
=
{
git
=
"https://github.com/gtk-rs/gtk-rs-core"
}
glib
=
{
git
=
"https://github.com/gtk-rs/gtk-rs-core"
}
gio
=
{
git
=
"https://github.com/gtk-rs/gtk-rs-core"
,
version
=
"0.16"
,
branch
=
"0.16"
}
glib
=
{
git
=
"https://github.com/gtk-rs/gtk-rs-core"
,
version
=
"0.16"
,
branch
=
"0.16"
}
lazy_static
=
"1.4"
libc
=
"0.2"
[dependencies.ffi]
package
=
"libflatpak-sys"
path
=
'../libflatpak-sys'
version
=
"0.2"
[features]
default
=
["v1_11_1"]
...
...
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