File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[package ]
22name = ' document_tree'
3- version = ' 0.3 .0'
3+ version = ' 0.4 .0'
44authors = [' Philipp A. <flying-sheep@web.de>' ]
55edition = ' 2018'
66description = ' reStructuredText’s DocumentTree representation'
Original file line number Diff line number Diff line change 11[package ]
22name = ' rst_parser'
3- version = ' 0.3.2 '
3+ version = ' 0.4.0 '
44authors = [' Philipp A. <flying-sheep@web.de>' ]
55edition = ' 2018'
66description = ' a reStructuredText parser'
@@ -12,7 +12,7 @@ homepage = 'https://github.com/flying-sheep/rust-rst'
1212repository = ' https://github.com/flying-sheep/rust-rst'
1313
1414[dependencies ]
15- document_tree = { path = ' ../document_tree' , version = ' 0.3 .0' }
15+ document_tree = { path = ' ../document_tree' , version = ' 0.4 .0' }
1616
1717pest = ' 2.1.2'
1818pest_derive = ' 2.1.0'
Original file line number Diff line number Diff line change 11[package ]
22name = ' rst_renderer'
3- version = ' 0.3.1 '
3+ version = ' 0.4.0 '
44authors = [' Philipp A. <flying-sheep@web.de>' ]
55edition = ' 2018'
66description = ' a reStructuredText renderer'
@@ -12,7 +12,7 @@ homepage = 'https://github.com/flying-sheep/rust-rst'
1212repository = ' https://github.com/flying-sheep/rust-rst'
1313
1414[dependencies ]
15- document_tree = { path = ' ../document_tree' , version = ' 0.3 .0' }
15+ document_tree = { path = ' ../document_tree' , version = ' 0.4 .0' }
1616
1717failure = ' 0.1.6'
1818serde_json = ' 1.0.44'
Original file line number Diff line number Diff line change 11[package ]
22name = ' rst'
3- version = ' 0.3 .0'
3+ version = ' 0.4 .0'
44authors = [' Philipp A. <flying-sheep@web.de>' ]
55edition = ' 2018'
66description = ' a reStructuredText parser and renderer for the command line'
@@ -12,8 +12,8 @@ homepage = 'https://github.com/flying-sheep/rust-rst'
1212repository = ' https://github.com/flying-sheep/rust-rst'
1313
1414[dependencies ]
15- rst_renderer = { path = ' ../renderer' , version = ' 0.3 .0' }
16- rst_parser = { path = ' ../parser' , version = ' 0.3 .0' }
15+ rst_renderer = { path = ' ../renderer' , version = ' 0.4 .0' }
16+ rst_parser = { path = ' ../parser' , version = ' 0.4 .0' }
1717
1818quicli = ' 0.4.0'
1919structopt = ' 0.2.15'
You can’t perform that action at this time.
0 commit comments