From 68767337bf29c3fc5ed5fcfc048145f182d9b4b7 Mon Sep 17 00:00:00 2001 From: PoiScript Date: Wed, 30 Oct 2019 21:15:09 +0800 Subject: [PATCH] release: bump version to 0.6.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1a53406..23d2d71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "orgize" -version = "0.5.0" +version = "0.6.0" authors = ["PoiScript "] 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 }