Skip to content

Commit

Permalink
Use 'rev' for Spellbook version
Browse files Browse the repository at this point in the history
  • Loading branch information
blopker committed Jan 28, 2025
1 parent 6d8c267 commit 32e5846
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.

4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ test:
cargo test -- --test-threads=20

build: generate_word_list
cd codebook-lsp && cargo build
cd crates/codebook-lsp && cargo build

build-release: generate_word_list
cd codebook-lsp && cargo build --release
cd crates/codebook-lsp && cargo build --release

integration_test: build
cd integration_tests && bun test
Expand Down
2 changes: 1 addition & 1 deletion crates/codebook/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
lazy_static = "1.5.0"
regex = "1.11.1"
spellbook = { git = "https://github.com/helix-editor/spellbook.git#b6c31ea" }
spellbook = { git = "https://github.com/helix-editor/spellbook.git", rev = "b6c31ea" }
tree-sitter = "<0.25.0"
tree-sitter-css = "<0.25.0"
tree-sitter-rust = "<0.25.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/example.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<title>Documentt</title>
</head>
<body>
Spelin sor good. Wolrd
Expand Down

0 comments on commit 32e5846

Please sign in to comment.