diff options
author | Blaž Hrastnik | 2021-06-07 00:32:48 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-06-07 00:42:15 +0000 |
commit | f48a60b8e2a2f33d5f642e708ff1927fa49d35a6 (patch) | |
tree | c84c5cbe32c0577ec2ebff5a749d73925be6a91e /helix-syntax | |
parent | 4f561e93b8cff364196475a97fb2bfefcd1c7092 (diff) |
Release 0.0.10
Diffstat (limited to 'helix-syntax')
-rw-r--r-- | helix-syntax/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-syntax/Cargo.toml b/helix-syntax/Cargo.toml index 5ca4ae8d..293731cb 100644 --- a/helix-syntax/Cargo.toml +++ b/helix-syntax/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "helix-syntax" -version = "0.0.9" +version = "0.0.10" authors = ["Blaž Hrastnik <blaz@mxxn.io>"] edition = "2018" license = "MPL-2.0" |