Don't specify patch version in Cargo.toml

Avoids confusion for people that don't know that cargo always chooses the latest patch version.
This commit is contained in:
Philipp Oppermann
2024-02-16 13:21:21 +01:00
parent 2bc4490404
commit c6990cb52d

View File

@@ -5,4 +5,4 @@ authors = ["Philipp Oppermann <dev@phil-opp.com>"]
edition = "2018" edition = "2018"
[dependencies] [dependencies]
bootloader = "0.9.8" bootloader = "0.9"