chore: bump version to 0.3.1

This commit is contained in:
PoiScript 2019-09-13 15:04:29 +08:00
parent f74feb82c9
commit bc49d35481

View file

@ -1,6 +1,6 @@
[package]
name = "orgize"
version = "0.3.0"
version = "0.3.1"
authors = ["PoiScript <poiscript@gmail.com>"]
description = "A Rust library for parsing orgmode files."
repository = "https://github.com/PoiScript/orgize"
@ -20,17 +20,17 @@ default = ["ser"]
ser = ["serde", "serde_indextree"]
[dependencies]
bytecount = "0.5.1"
chrono = { version = "0.4.7", optional = true }
bytecount = "0.6.0"
chrono = { version = "0.4.9", optional = true }
indextree = "4.0.0"
jetscii = "0.4.4"
memchr = "2.2.1"
nom = "5.0.0"
serde = { version = "1.0.98", optional = true, features = ["derive"] }
nom = "5.0.1"
serde = { version = "1.0.100", optional = true, features = ["derive"] }
serde_indextree = { version = "0.2.0", optional = true }
[dev-dependencies]
lazy_static = "1.3.0"
lazy_static = "1.4.0"
pretty_assertions = "0.6.1"
serde_json = "1.0.40"
slugify = "0.1.0"