From b6e65fb3598513aabee544c9644f8e4cf2c3e7c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Kj=C3=A4ll?= Date: Mon, 12 Jul 2021 09:48:17 +0200 Subject: [PATCH] library is now in the crates repo (#164) --- saphyr/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/saphyr/src/lib.rs b/saphyr/src/lib.rs index 6cf87c7..ae95e0f 100644 --- a/saphyr/src/lib.rs +++ b/saphyr/src/lib.rs @@ -9,8 +9,8 @@ //! used by adding `yaml-rust` to the dependencies in your project's `Cargo.toml`. //! //! ```toml -//! [dependencies.yaml-rust] -//! git = "https://github.com/chyh1990/yaml-rust.git" +//! [dependencies] +//! yaml-rust = "0.4" //! ``` //! //! And this in your crate root: