From bc49d35481ec0b9b1a355cb1a1925e23f7919769 Mon Sep 17 00:00:00 2001 From: PoiScript Date: Fri, 13 Sep 2019 15:04:29 +0800 Subject: [PATCH] chore: bump version to 0.3.1 --- Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0510040..38034a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "orgize" -version = "0.3.0" +version = "0.3.1" authors = ["PoiScript "] 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"