Prepare for 0.2.0 release

This commit is contained in:
Zhaofeng Li 2021-11-18 13:15:20 -08:00
parent e5665775b2
commit fae58994e4
4 changed files with 63 additions and 7 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "colmena"
version = "0.1.0"
version = "0.2.0-pre"
authors = ["Zhaofeng Li <hello@zhaofeng.li>"]
edition = "2018"
@ -12,6 +12,7 @@ async-trait = "0.1.42"
atty = "0.2"
clap = "2.33.3"
console = "0.13.0"
const_format = "0.2.22"
env_logger = "0.8.2"
futures = "0.3.8"
glob = "0.3.0"