diff --git a/Cargo.toml b/Cargo.toml index f312a15..0510040 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "orgize" -version = "0.2.0" +version = "0.3.0" authors = ["PoiScript "] description = "A Rust library for parsing orgmode files." repository = "https://github.com/PoiScript/orgize" @@ -34,4 +34,4 @@ lazy_static = "1.3.0" pretty_assertions = "0.6.1" serde_json = "1.0.40" slugify = "0.1.0" -syntect = "3.2.0" +syntect = "3.2.1"