aboutsummaryrefslogtreecommitdiffstats
path: root/parser/Cargo.toml
diff options
context:
space:
mode:
authorPhilipp A2020-06-03 15:17:53 +0200
committerPhilipp A2020-06-03 15:19:28 +0200
commit6c41888d2b1ee84a5ac7ccded3b15743176289c9 (patch)
treede2c24bbb1a02e49d95536a0c13295afd4ef15b4 /parser/Cargo.toml
parentef64405f2b57f87f16cbd0e4ceaf13dcf280c47e (diff)
downloadrust-rst-0.3.2-parser.tar.bz2
Handle in-word underscoresv0.3.2-parser
Diffstat (limited to 'parser/Cargo.toml')
-rw-r--r--parser/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/parser/Cargo.toml b/parser/Cargo.toml
index f208f22..18e38ae 100644
--- a/parser/Cargo.toml
+++ b/parser/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = 'rst_parser'
-version = '0.3.1'
+version = '0.3.2'
authors = ['Philipp A. <flying-sheep@web.de>']
edition = '2018'
description = 'a reStructuredText parser'