aboutsummaryrefslogtreecommitdiffstats
path: root/renderer
diff options
context:
space:
mode:
authorPhilipp A2019-12-26 23:41:08 +0100
committerPhilipp A2019-12-26 23:45:57 +0100
commit0f1a3e3578b934454a41a31eff15c23622719a67 (patch)
tree7a4677c6fc4f0b89f22574b1c4a37ab683e3857b /renderer
parenta0e3c53758d526bb418c068bce1c99fa5a597ed3 (diff)
downloadrust-rst-0f1a3e3578b934454a41a31eff15c23622719a67.tar.bz2
v0.3.0v0.3.0
Diffstat (limited to 'renderer')
-rw-r--r--renderer/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/renderer/Cargo.toml b/renderer/Cargo.toml
index bc80adc..d48dd34 100644
--- a/renderer/Cargo.toml
+++ b/renderer/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = 'rst_renderer'
-version = '0.2.0'
+version = '0.3.0'
authors = ['Philipp A. <flying-sheep@web.de>']
edition = '2018'
description = 'a reStructuredText renderer'
@@ -11,7 +11,7 @@ homepage = 'https://github.com/flying-sheep/rust-rst'
repository = 'https://github.com/flying-sheep/rust-rst.git'
[dependencies]
-document_tree = { path = '../document_tree' }
+document_tree = { path = '../document_tree', version = '0.3.0' }
failure = '0.1.6'
serde_json = '1.0.44'