aboutsummaryrefslogtreecommitdiffstats
path: root/renderer/Cargo.toml
diff options
context:
space:
mode:
authorPhilipp A2020-11-01 16:48:49 +0100
committerPhilipp A2020-11-13 10:51:55 +0100
commitf06fe35f7537feb28c7c38b33c1bca9ff4ebd2a9 (patch)
treecd8d51f7741bebc6c3a607d3250331d849e67cfe /renderer/Cargo.toml
parentc2eace26cd421ab773f325264eaae0c4e15e932c (diff)
downloadrust-rst-f06fe35f7537feb28c7c38b33c1bca9ff4ebd2a9.tar.bz2
v0.4.0
Diffstat (limited to 'renderer/Cargo.toml')
-rw-r--r--renderer/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/renderer/Cargo.toml b/renderer/Cargo.toml
index 051d175..20b92bc 100644
--- a/renderer/Cargo.toml
+++ b/renderer/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = 'rst_renderer'
-version = '0.3.1'
+version = '0.4.0'
authors = ['Philipp A. <flying-sheep@web.de>']
edition = '2018'
description = 'a reStructuredText renderer'
@@ -12,7 +12,7 @@ homepage = 'https://github.com/flying-sheep/rust-rst'
repository = 'https://github.com/flying-sheep/rust-rst'
[dependencies]
-document_tree = { path = '../document_tree', version = '0.3.0' }
+document_tree = { path = '../document_tree', version = '0.4.0' }
failure = '0.1.6'
serde_json = '1.0.44'