aboutsummaryrefslogtreecommitdiffstats
path: root/rst/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'rst/Cargo.toml')
-rw-r--r--rst/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/rst/Cargo.toml b/rst/Cargo.toml
index 3d1d6f2..3c58792 100644
--- a/rst/Cargo.toml
+++ b/rst/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = 'rst'
-version = '0.2.0'
+version = '0.3.0'
authors = ['Philipp A. <flying-sheep@web.de>']
edition = '2018'
description = 'a reStructuredText parser and renderer for the command line'
@@ -11,8 +11,8 @@ homepage = 'https://github.com/flying-sheep/rust-rst'
repository = 'https://github.com/flying-sheep/rust-rst.git'
[dependencies]
-rst_renderer = { path = '../renderer' }
-rst_parser = { path = '../parser' }
+rst_renderer = { path = '../renderer', version = '0.3.0' }
+rst_parser = { path = '../parser', version = '0.3.0' }
quicli = '0.4.0'
structopt = '0.2.15'