diff --git a/.bumpversion.toml b/.bumpversion.toml index d8c8877..5d24cd2 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -5,8 +5,5 @@ [tool.bumpversion] current_version = "0.10.6" -[[tool.bumpversion.files]] -filename = "README.md" - [[tool.bumpversion.files]] filename = "src/lib.rs" diff --git a/Cargo.toml b/Cargo.toml index 7965b52..2943a24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,8 +20,6 @@ include = ["/LICENSES", "/README.md", "/src"] [package.metadata.docs.rs] all-features = true -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [[example]] name = "dos2ft" path = "examples/dos2ft.rs" diff --git a/README.md b/README.md index 1ae7e72..5c56daa 100644 --- a/README.md +++ b/README.md @@ -27,11 +27,10 @@ underlying integer value. This is the largest file time accepted by the ## Usage -Add this to your `Cargo.toml`: +Run the following command in your project directory: -```toml -[dependencies] -nt-time = "0.10.6" +```sh +cargo add nt-time ``` ### Crate features