bump version number

This commit is contained in:
Bilal Elmoussaoui 2020-07-09 02:50:02 +02:00
parent 34a514d132
commit 879b1c1b70
2 changed files with 3 additions and 3 deletions

View file

@ -38,6 +38,6 @@ license = "GPL-3.0-or-later"
links = "handy"
name = "libhandy-sys"
repository = "https://gitlab.gnome.org/World/Rust/libhandy-rs"
version = "0.5.0"
version = "0.6.0"
[package.metadata.docs.rs]
features = ["dox"]

View file

@ -7,7 +7,7 @@ keywords = [
'gtk-rs',
'gnome',
]
version = '0.5.0'
version = '0.6.0'
description = 'Rust bindings for libhandy'
license = 'GPL-3.0-or-later'
repository = 'https://gitlab.gnome.org/World/Rust/libhandy-rs'
@ -36,7 +36,7 @@ version = '0.9'
features = ['v3_24']
[dependencies.libhandy-sys]
version = '0.5.0'
version = '0.6.0'
path = '../libhandy-sys'
[features]