diff options
| author | Philipp A | 2020-11-01 16:48:49 +0100 | 
|---|---|---|
| committer | Philipp A | 2020-11-13 10:51:55 +0100 | 
| commit | f06fe35f7537feb28c7c38b33c1bca9ff4ebd2a9 (patch) | |
| tree | cd8d51f7741bebc6c3a607d3250331d849e67cfe /parser | |
| parent | c2eace26cd421ab773f325264eaae0c4e15e932c (diff) | |
| download | rust-rst-f06fe35f7537feb28c7c38b33c1bca9ff4ebd2a9.tar.bz2 | |
v0.4.0
Diffstat (limited to 'parser')
| -rw-r--r-- | parser/Cargo.toml | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/parser/Cargo.toml b/parser/Cargo.toml index 18e38ae..721d6da 100644 --- a/parser/Cargo.toml +++ b/parser/Cargo.toml @@ -1,6 +1,6 @@  [package]  name = 'rst_parser' -version = '0.3.2' +version = '0.4.0'  authors = ['Philipp A. <flying-sheep@web.de>']  edition = '2018'  description = 'a reStructuredText parser' @@ -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' }  pest = '2.1.2'  pest_derive = '2.1.0'  | 
