Adding project name in Cargo.lock
Some checks failed
Rust Checks / checks (push) Failing after 4s
Rust Checks / checks (pull_request) Failing after 3s

This commit is contained in:
Tipragot 2023-12-02 14:28:35 +01:00
parent 2cfe4a35cd
commit 83294e5047
2 changed files with 2 additions and 1 deletions

View file

@ -1 +1,2 @@
Cargo.toml
Cargo.lock

2
Cargo.lock generated
View file

@ -3,5 +3,5 @@
version = 3
[[package]]
name = "rust"
name = "${REPO_NAME}"
version = "0.1.0"