Removed Cargo.lock and updated CHANGELOG

This commit is contained in:
cosminperram 2022-10-22 17:11:14 +03:00
parent a5bdd05c24
commit 14abf3d1ab
3 changed files with 9 additions and 767 deletions

4
.gitignore vendored
View file

@ -2,6 +2,10 @@
# 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