From 26953c7cee88148f203dd460a431ffcaecf8a725 Mon Sep 17 00:00:00 2001 From: Adam McKellar Date: Fri, 11 Oct 2024 21:59:28 +0200 Subject: [PATCH] doc: fixed wrong command in readme --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 289953a..90a4f99 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "license-fetcher" description = "Fetch licenses of dependencies at build time and embed them into your program." authors = ["Adam McKellar "] -version = "0.4.0" +version = "0.4.1" edition = "2021" readme = "README.md" repository = "https://github.com/WyvernIXTL/license-fetcher" diff --git a/README.md b/README.md index 609bf32..a793316 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ The data is then serialized and compressed. > Include this library as build dependency and as normal dependeny! ``` -cargo add --build --features "build github git cache" license-fetcher +cargo add --build --features build license-fetcher cargo add license-fetcher ```