Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: 🔐 check Cargo.lock into git #106

Merged
merged 1 commit into from
Jun 26, 2024

Conversation

cratelyn
Copy link
Contributor

the gitignore file, prior to this commit, states:

 # 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

this points to the rust documentation outlining lockfile practices, here: https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html

Galileo is a binary, with a top-level src/main.rs. so, we should follow that advice and remove Cargo.lock from the gitignore, and check it into the repository.

the gitignore file, prior to this commit, states:

```
 # 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
```

this points to the rust documentation outlining lockfile practices,
here: https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html

Galileo is a binary, with a top-level `src/main.rs`. so, we should
follow that advice and remove `Cargo.lock` from the gitignore, and check
it into the repository.
@cratelyn cratelyn self-assigned this Jun 26, 2024
@cratelyn cratelyn requested a review from conorsch June 26, 2024 20:24
@cratelyn cratelyn marked this pull request as ready for review June 26, 2024 20:28
Copy link
Contributor

@conorsch conorsch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Much yes

@conorsch conorsch merged commit f8b3038 into main Jun 26, 2024
5 checks passed
@cratelyn cratelyn deleted the kate/check-lockfile-into-repository branch June 26, 2024 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants