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 ```