Skip to content

Commit baeb947

Browse files
committed
Bump version (v0.1.7) and fill out missing meta data
1 parent 9068176 commit baeb947

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
[package]
22
name = "highlight-assertions"
3-
version = "0.1.6"
3+
description = "Reads the unit test format for highlighting of tree-sitter to be used nvim-treesitter's test suite"
4+
version = "0.1.7"
45
edition = "2021"
56
authors = ["Stephan Seitz <[email protected]>"]
67
license = "MIT"
78
readme = "README.md"
89
keywords = ["incremental", "parsing"]
910
categories = ["api-bindings", "parsing", "text-editors"]
1011
repository = "https://github.com/theHamsta/highlight-assertions"
12+
homepage = "https://github.com/theHamsta/highlight-assertions"
1113

1214
[dependencies]
1315
tree-sitter = "0.20.9"

0 commit comments

Comments
 (0)