From fe52d9fd0cb454edbad2eef305022ff6bc963d54 Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Wed, 28 Oct 2020 11:15:20 +0100 Subject: [PATCH] rust: fix a typo in the crates.io link --- rust/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/README.md b/rust/README.md index f7dd96d39..616d541bc 100644 --- a/rust/README.md +++ b/rust/README.md @@ -1,7 +1,7 @@ # libguestfs bindings for Rust This package contains the libguestfs bindings for Rust. You can use this crate -by using cargo. See [crates.io](https://https://crates.io/crates/guestfs) +by using cargo. See [crates.io](https://crates.io/crates/guestfs) # For maintainer