Skip to content

Commit

Permalink
Fix 1.20.4 branch (#193)
Browse files Browse the repository at this point in the history
* Add rust rover to .gitignore

* Downgrade to last working nightly version

* Update dependencies and set the simdnbt revision because version doesn't work with git, only path.

* Disable cursor_remaining stabilized feature
  • Loading branch information
ShayBox authored Dec 5, 2024
1 parent a485977 commit 5a460f3
Show file tree
Hide file tree
Showing 24 changed files with 948 additions and 658 deletions.
7 changes: 4 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/target
/doc
.vscode
.idea/
.vscode/
doc/
target/

.cargo/config
.cargo/config.toml
Expand Down
Loading

0 comments on commit 5a460f3

Please sign in to comment.