release: bump version to 0.6.0

This commit is contained in:
PoiScript 2019-10-30 21:15:09 +08:00
parent dd638d0d4a
commit 68767337bf

View file

@ -1,6 +1,6 @@
[package]
name = "orgize"
version = "0.5.0"
version = "0.6.0"
authors = ["PoiScript <poiscript@gmail.com>"]
description = "A Rust library for parsing orgmode files."
repository = "https://github.com/PoiScript/orgize"
@ -28,7 +28,7 @@ lazy_static = "1.4.0"
memchr = "2.2.1"
# we don't need to parse any float number, so lexical crate is redundant
nom = { version = "5.0.1", default-features = false, features = ["std"] }
serde = { version = "1.0.101", optional = true, features = ["derive"] }
serde = { version = "1.0.102", optional = true, features = ["derive"] }
serde_indextree = { version = "0.2.0", optional = true }
syntect = { version = "3.3.0", optional = true }