Skip to content

Commit

Permalink
Add Cargo.lock (#60)
Browse files Browse the repository at this point in the history
The Cargo.lock file was previously excluded due to the old style of plugin management, but this is no longer an issue. Using a Cargo.lock file when possible is best practice and simplifies dependency version management
  • Loading branch information
wilyle authored Oct 19, 2023
1 parent 4f10607 commit 443febd
Show file tree
Hide file tree
Showing 3 changed files with 2,413 additions and 10 deletions.
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,4 @@ MigrationBackup/
.ionide/

# Rust build artifacts
target/

# Cargo.lock isn't checked in because it doesn't work well with how dependencies are being managed
Cargo.lock
target/
Loading

0 comments on commit 443febd

Please sign in to comment.