From c6990cb52d1141620131dd1867b6cbcf2d0aa59e Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Fri, 16 Feb 2024 13:21:21 +0100 Subject: [PATCH] Don't specify patch version in Cargo.toml Avoids confusion for people that don't know that cargo always chooses the latest patch version. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b5e63ce67..96cc94604 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,4 +5,4 @@ authors = ["Philipp Oppermann "] edition = "2018" [dependencies] -bootloader = "0.9.8" +bootloader = "0.9"