From bc32f8a565faa2055c1bbfa8c2353ce4738208b2 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Thu, 8 Apr 2021 01:57:55 +0200 Subject: [PATCH] README: add note about missing versions on crates.io --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7a0b30f..57ac61d 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,10 @@ install it with `cargo install`: $ cargo install lohr +Note: currently this method won't get you the latest version of `lohr`, as it +depends on Rocket v0.5.0, which isn't released yet. Updated versions of `lohr` +will be published on crates.io as soon as Rocket v0.5.0 releases. + ## Setup ### Quickstart