Update cargo feature version to make it possible to use newer libhandy features

This commit is contained in:
Felix Häcker 2020-04-13 14:50:17 +02:00
parent 8eb37f65da
commit 62e7abf44d
No known key found for this signature in database
GPG key ID: 57802D5B601271FC

View file

@ -40,7 +40,7 @@ version = '0.5.0'
path = '../libhandy-sys'
[features]
default = ['v0_0_10']
default = ['v0_0_12']
dox = []
v0_0_6 = ['libhandy-sys/v0_0_6']
v0_0_7 = [
@ -59,3 +59,12 @@ v0_0_10 = [
'v0_0_9',
'libhandy-sys/v0_0_10',
]
v0_0_11 = [
'v0_0_10',
'libhandy-sys/v0_0_11',
]
v0_0_12 = [
'v0_0_11',
'libhandy-sys/v0_0_12',
]