Skip to content

Commit c6990cb

Browse files
committed
Don't specify patch version in Cargo.toml
Avoids confusion for people that don't know that cargo always chooses the latest patch version.
1 parent 2bc4490 commit c6990cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ authors = ["Philipp Oppermann <dev@phil-opp.com>"]
55
edition = "2018"
66

77
[dependencies]
8-
bootloader = "0.9.8"
8+
bootloader = "0.9"

0 commit comments

Comments
 (0)