Skip to content

Commit e4907ff

Browse files
committed
v0.1.1
1 parent 9f26ad5 commit e4907ff

File tree

3 files changed

+404
-2
lines changed

3 files changed

+404
-2
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ target/
55

66
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
77
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
8-
Cargo.lock
8+
# Actually keep it so we can compile the exact same binary later
9+
# Cargo.lock
10+
911

1012
# These are backup files generated by rustfmt
1113
**/*.rs.bk

0 commit comments

Comments
 (0)