Skip to content

Commit

Permalink
chore(cargo): fix info
Browse files Browse the repository at this point in the history
  • Loading branch information
rydesun committed Apr 6, 2021
1 parent 4aa6c08 commit a37ece9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "tree-sitter-dot"
description = "DOT grammar for the tree-sitter parsing library"
version = "0.1.1"
version = "0.1.2"
authors = ["rydesun <rydesun@gmail.com>"]
keywords = ["incremental", "parsing", "dot", "graphviz"]
categories = ["parsing", "text-editors"]
repository = "https://github.com/tree-sitter/tree-sitter-javascript"
repository = "https://github.com/tree-sitter/tree-sitter-dot"
edition = "2018"
license = "MIT"

Expand Down

0 comments on commit a37ece9

Please sign in to comment.