Bump version

This commit is contained in:
Olivier Goffart 2020-10-21 16:49:45 +02:00
parent af6d3661cb
commit 20cfb65e53
24 changed files with 58 additions and 54 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "sixtyfps-compiler"
version = "0.0.1"
version = "0.0.2"
authors = ["SixtyFPS <info@sixtyfps.io>"]
edition = "2018"
license = "GPL-3.0-only"
@ -13,5 +13,5 @@ name = "sixtyfps_compiler"
path = "main.rs"
[dependencies]
sixtyfps-compilerlib = { version = "=0.0.1", path = "../../sixtyfps_compiler", features = ["display-diagnostics", "cpp", "rust"]}
sixtyfps-compilerlib = { version = "=0.0.2", path = "../../sixtyfps_compiler", features = ["display-diagnostics", "cpp", "rust"]}
structopt = "0.3.14"