Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Thiele authored and sthiele committed Jun 25, 2024
1 parent 5649abc commit bb58afd
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,6 +1,6 @@
[package]
name = "tree-sitter-clingo"
version = "0.0.14-dev"
version = "0.0.14"
publish = true
authors = ["Sven Thiele <sthiele78@gmail.com>"]
description = "Clingo grammar for the tree-sitter parsing library"
Expand All @@ -25,7 +25,7 @@ include = [
path = "bindings/rust/lib.rs"

[dependencies]
tree-sitter = "~0.22.5"
tree-sitter = "~0.22.6"

[build-dependencies]
cc = "1.0"

0 comments on commit bb58afd

Please sign in to comment.