Compare commits

...

2 commits

Author SHA1 Message Date
Tipragot 3081db95ca
Merge pull request 'Adding project name in Cargo.lock' (#5) from lock-template into main
Some checks failed
Rust Checks / checks (push) Failing after 3s
Reviewed-on: #5
2023-12-02 13:29:07 +00:00
Tipragot 83294e5047 Adding project name in Cargo.lock
Some checks failed
Rust Checks / checks (push) Failing after 4s
Rust Checks / checks (pull_request) Failing after 3s
2023-12-02 14:28:35 +01:00
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"