Skip to content

Commit

Permalink
docs: Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
sorairolake committed Feb 20, 2025
1 parent 5c2ef8e commit 6070281
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .bumpversion.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,5 @@
[tool.bumpversion]
current_version = "0.10.6"

[[tool.bumpversion.files]]
filename = "README.md"

[[tool.bumpversion.files]]
filename = "src/lib.rs"
2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6070281

Please # to comment.