aboutsummaryrefslogtreecommitdiffstats
path: root/rst
diff options
context:
space:
mode:
authorPhilipp A2020-11-01 16:48:49 +0100
committerPhilipp A2020-11-01 16:48:49 +0100
commit33e0418e0a23d0b592104d657cafa0978375cfa6 (patch)
tree0c73ed68396318102ebf952be94d31b241fb30d8 /rst
parent44e9d2b79f307d9b741a606d5acd2fe6166efa5f (diff)
downloadrust-rst-0.4.0.tar.bz2
v0.4.0v0.4.0
Diffstat (limited to 'rst')
-rw-r--r--rst/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/rst/Cargo.toml b/rst/Cargo.toml
index a0a288e..310fab6 100644
--- a/rst/Cargo.toml
+++ b/rst/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = 'rst'
-version = '0.3.0'
+version = '0.4.0'
authors = ['Philipp A. <flying-sheep@web.de>']
edition = '2018'
description = 'a reStructuredText parser and renderer for the command line'
@@ -12,8 +12,8 @@ homepage = 'https://github.com/flying-sheep/rust-rst'
repository = 'https://github.com/flying-sheep/rust-rst'
[dependencies]
-rst_renderer = { path = '../renderer', version = '0.3.0' }
-rst_parser = { path = '../parser', version = '0.3.0' }
+rst_renderer = { path = '../renderer', version = '0.4.0' }
+rst_parser = { path = '../parser', version = '0.4.0' }
quicli = '0.4.0'
structopt = '0.2.15'