diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-08-30 17:46:23 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2019-08-30 17:46:23 -0400 |
commit | e276b9bfaf5795ed9e5ec4896fc9d2678ff8e51c (patch) | |
tree | 64ecbe963d5fc8e7356729572a25213951b29b0e /Cargo.toml | |
parent | ebc4efa5d0cc8bf552d528baa5b4e68956aea764 (diff) | |
download | clinte-e276b9bfaf5795ed9e5ec4896fc9d2678ff8e51c.tar.gz |
ensure submitted posts are utf8
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index 0b9779f..5ec0ce3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clinte" -version = "0.3.0" +version = "0.3.1" authors = ["Ben Morrison <ben@gbmor.dev>"] edition = "2018" |