Update neon version

This commit is contained in:
Olivier Goffart 2020-12-11 16:53:15 +01:00
parent f6d60c2662
commit ae2be87838

View file

@ -17,18 +17,18 @@ crate-type = ["cdylib"]
name = "sixtyfps_node_native"
[dependencies]
once_cell = "1.4"
once_cell = "1.5"
sixtyfps-compilerlib = { version = "=0.0.3", path="../../../sixtyfps_compiler", features = ["display-diagnostics"] }
sixtyfps-interpreter = { version = "=0.0.3", path="../../../sixtyfps_runtime/interpreter" }
sixtyfps-corelib = { version = "=0.0.3", path="../../../sixtyfps_runtime/corelib" }
scoped-tls-hkt = "0.1"
neon = "0.5.0"
neon = "0.6.0"
css-color-parser2 = "1.0.1"
spin_on = "0.1" #FIXME: remove and delegate to async JS instead
vtable = { version = "0.1.1", path="../../../helper_crates/vtable" }
generativity = "1"
[build-dependencies]
neon-build = "0.5.0"
neon-build = "0.6.0"