Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Move Cargo.lock out from .gitignore and enable dependabot #92

Merged
merged 2 commits into from
Sep 19, 2023

Conversation

gaojiaqi7
Copy link
Contributor

Fix: #91

`Cargo.lock` can be used to determine the exact version of dependencies
of binary crates inside workspace.

For library crates, the lock file will be ignored by users dependent on
the library.

See
https://doc.rust-lang.org/cargo/faq.html#why-do-binaries-have-cargolock-in-version-control-but-not-libraries

Signed-off-by: Jiaqi Gao <[email protected]>
Signed-off-by: Jiaqi Gao <[email protected]>
@jyao1 jyao1 merged commit b960ff3 into intel:main Sep 19, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add cargo lock and dependabot
2 participants