File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " tree-sitter-org"
3
3
description = " org grammar for the tree-sitter parsing library"
4
- version = " 1.0.0 "
4
+ version = " 1.0.1 "
5
5
keywords = [" incremental" , " parsing" , " org" ]
6
6
categories = [" parsing" , " text-editors" ]
7
7
repository = " https://github.com/milisims/tree-sitter-org"
8
- edition = " 2022 "
8
+ edition = " 2021 "
9
9
license = " MIT"
10
10
11
11
build = " bindings/rust/build.rs"
@@ -20,7 +20,7 @@ include = [
20
20
path = " bindings/rust/lib.rs"
21
21
22
22
[dependencies ]
23
- tree-sitter = " 0.19"
23
+ tree-sitter = " >= 0.19, < 0.21 "
24
24
25
25
[build-dependencies ]
26
26
cc = " 1.0"
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ fn main() {
25
25
// If your language uses an external scanner written in C++,
26
26
// then include this block of code:
27
27
28
- /*
29
28
let mut cpp_config = cc:: Build :: new ( ) ;
30
29
cpp_config. cpp ( true ) ;
31
30
cpp_config. include ( & src_dir) ;
@@ -36,5 +35,4 @@ fn main() {
36
35
cpp_config. file ( & scanner_path) ;
37
36
cpp_config. compile ( "scanner" ) ;
38
37
println ! ( "cargo:rerun-if-changed={}" , scanner_path. to_str( ) . unwrap( ) ) ;
39
- */
40
38
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tree-sitter-org" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " Org grammar for tree-sitter" ,
5
5
"main" : " bindings/node" ,
6
6
"keywords" : [
You can’t perform that action at this time.
0 commit comments