Skip to content

Commit 99a9882

Browse files
committed
chore: make the project and binary all lower-case again
The name of the project is used for the generated binary by default, so capitalizing the project name accidentally led to `cargo install --path .` causing `Jolteon` to exist as a binary, rather than replacing existing `jolteon`.
1 parent 29ecb74 commit 99a9882

File tree

2 files changed

+28
-28
lines changed

2 files changed

+28
-28
lines changed

Cargo.lock

Lines changed: 27 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "Jolteon"
2+
name = "jolteon"
33
description = "The best music player."
44
version = "1.2.2"
55
edition = "2024"

0 commit comments

Comments
 (0)