Skip to content

Commit 5d756a8

Browse files
committed
fix: replace typo in Cargo.toml that was breaking the syntax
1 parent ff859ee commit 5d756a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.project_name}}/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "{{cookiecutter.project-name}}"
2+
name = "{{cookiecutter.project_name}}"
33
version = "{{cookiecutter.version}}"
44
edition = "2021"
55

0 commit comments

Comments
 (0)