Skip to content

Commit

Permalink
Fix build and add a Cargo.lock
Browse files Browse the repository at this point in the history
bevy updated to 0.11.3 which broke our dependency graph, so update bevy
to 0.11.3 and then commit a Cargo.lock so it does not happen again.

Remove lints workflow because its silly and will break based on updates
to clippy or fmt adding new rules.
  • Loading branch information
exjam committed Mar 6, 2024
1 parent cad673e commit d3b0a5a
Show file tree
Hide file tree
Showing 4 changed files with 4,665 additions and 40 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/lints.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
# will have compiled files and executables
/target/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk

Expand Down
Loading

0 comments on commit d3b0a5a

Please sign in to comment.