Skip to content

Commit

Permalink
Remove installation section, only keep MSRV note
Browse files Browse the repository at this point in the history
  • Loading branch information
pitdicker committed Apr 23, 2024
1 parent b54f0bc commit 1de8772
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions parse-zoneinfo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,9 @@ Parse-zoneinfo is a fork of [`zoneinfo_parse`] by Benjamin Sago (now unmaintaine
[`zoneinfo_parse`]: https://crates.io/crates/zoneinfo_parse
[`chrono-tz`]: https://crates.io/crates/chrono-tz

# Installation
## Rust version requirements

This crate works with [Cargo](https://crates.io). Add the following to your `Cargo.toml` dependencies section:

```toml
[dependencies]
parse-zoneinfo = "0.5"
```

The earliest version of Rust that this crate is tested against is [Rust v1.31.0](https://blog.rust-lang.org/2018/12/06/Rust-1.31-and-rust-2018.html).
The Minimum Supported Rust Version (MSRV) is currently **Rust 1.57.0**.

# Usage

Expand Down

0 comments on commit 1de8772

Please sign in to comment.