Skip to content

Commit

Permalink
release: 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Plecra committed Feb 1, 2023
1 parent d8cefbe commit f7dcc66
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Changelog

## [0.6.4] - unreleased
## [0.6.4]

### Changed

- [#333](https://github.com/zip-rs/zip/pull/333): disabled the default features of the `time` dependency, and also `formatting` and `macros`, as they were enabled by mistake.
- Deprecated [`DateTime::from_time`](https://docs.rs/zip/0.6/zip/struct.DateTime.html#method.from_time) in favor of [`DateTime::try_from`](https://docs.rs/zip/0.6/zip/struct.DateTime.html#impl-TryFrom-for-DateTime)

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zip"
version = "0.6.3"
version = "0.6.4"
authors = ["Mathijs van de Nes <[email protected]>", "Marli Frost <[email protected]>", "Ryan Levick <[email protected]>"]
license = "MIT"
repository = "https://github.com/zip-rs/zip.git"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ With all default features:

```toml
[dependencies]
zip = "0.6.3"
zip = "0.6.4"
```

Without the default features:

```toml
[dependencies]
zip = { version = "0.6.3", default-features = false }
zip = { version = "0.6.4", default-features = false }
```

The features available are:
Expand Down

0 comments on commit f7dcc66

Please sign in to comment.