Skip to content

Commit

Permalink
Fix: version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarrus1 committed Aug 11, 2022
1 parent 69a83bb commit d507aaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ web-tree-sitter-sys = "1.3"
clap = { version = "3.2.15", features = ["derive"] }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
tree-sitter-sourcepawn = { git = "https://github.com/Sarrus1/tree-sitter-sourcepawn" }
tree-sitter-sourcepawn = { git = "https://github.com/Sarrus1/tree-sitter-sourcepawn", version="0.5.1" }

[build-dependencies]
cc = "1.0"
Expand Down

0 comments on commit d507aaa

Please sign in to comment.