From 1df1418e8c1380d73b7935dcf81c7dc5e0d75aee Mon Sep 17 00:00:00 2001 From: jbtrystram Date: Fri, 26 Nov 2021 15:29:59 +0100 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db429ce..f9956bb 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,6 @@ Add the dependency to your `Cargo.toml`: ~~~toml [dependencies] -drogue-client = "0.7" +drogue-client = "0.8" ~~~