CeresDB / sqlness

An ergonomic, opinionated framework for SQL integration test.
https://crates.io/crates/sqlness
Apache License 2.0
22 stars 7 forks source link

Ignore Cargo.lock file #28

Closed jiacai2050 closed 1 year ago

jiacai2050 commented 1 year ago

Describe this problem

For libraries, cargo.lock shouldn't be checked in git.

Steps to reproduce

Not required

Expected behavior

No response

Additional Information

https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html

waynexia commented 1 year ago

Sounds reasonable 👍

Rishav1707 commented 1 year ago

Shall I work on this issue?

waynexia commented 1 year ago

If you wish