Chris Hennick
ef74a26dd5
Merge pull request #141 from sorairolake/deprecated-since
...
chore: Add `since` to `deprecated`
2024-05-23 03:44:38 +00:00
Chris Hennick
90fcad6e9a
Merge pull request #142 from sorairolake/impl-more-traits
...
Implement `PartialEq`, `Eq`, `PartialOrd`, `Ord`, `Hash` and `Display` for `DateTime`
2024-05-23 03:37:56 +00:00
Shun Sakai
3f271b718f
Merge branch 'master' into impl-more-traits
2024-05-23 10:11:10 +09:00
Shun Sakai
4ac4ae8504
Merge branch 'master' into deprecated-since
2024-05-23 10:10:51 +09:00
Chris Hennick
9265e17cb8
Merge branch 'master' into deprecated-since
2024-05-22 13:50:05 -07:00
Chris Hennick
ef7c8026b7
Merge branch 'master' into impl-more-traits
2024-05-22 13:47:03 -07:00
Chris Hennick
c6255540fa
Merge pull request #144 from cosmicexplorer/fix-fuzz-ci
...
fix rust 2024 breakage with cargo v1 action
2024-05-22 20:33:31 +00:00
Danny McClanahan
b4d6d3c8e2
fix rust 2024 breakage with cargo v1 action
2024-05-22 12:37:58 -04:00
Shun Sakai
e3b12e313e
feat: Add fmt::Display
for DateTime
2024-05-22 11:35:26 +09:00
Shun Sakai
00be854b11
feat: Implement more traits for DateTime
...
Support comparing, ordering and hashing.
2024-05-22 10:50:18 +09:00
Shun Sakai
e188a36d1c
chore: Add since
to deprecated
...
Add the `since` field to the `deprecated` attribute for
`DateTime::from_time` and `DateTime::to_time`.
2024-05-22 09:57:23 +09:00
Chris Hennick
6c60c67d92
Merge pull request #140 from zip-rs/release-plz-2024-05-21T19-09-46Z
...
chore: release v1.3.1
2024-05-22 00:38:45 +00:00
Chris Hennick
65a0bde48e
chore: release
2024-05-21 12:29:12 -07:00
Chris Hennick
dbf2543301
ci: Condition isn't working, so use continue-on-error
2024-05-21 12:18:19 -07:00
Chris Hennick
7d7e4256bd
ci: Disable attestation step if nothing's been built
2024-05-21 12:13:17 -07:00
Chris Hennick
fdc39352aa
ci: Fix variable reference in release-plz workflow
2024-05-21 12:08:35 -07:00
Chris Hennick
edd6a5823c
Merge pull request #139 from sorairolake/zip-dt-to-time-offset-dt
...
feat: Add `TryFrom<DateTime> for OffsetDateTime`
2024-05-21 15:44:08 +00:00
Chris Hennick
d171f2ef31
test: Add .gitattributes to force test data files to be binary
2024-05-21 09:15:44 -07:00
Chris Hennick
42af7158e9
style: cargo fmt --all
2024-05-21 08:46:24 -07:00
Shun Sakai
ac8b04c0f1
feat: Add TryFrom<DateTime> for OffsetDateTime
2024-05-21 15:38:39 +09:00
Chris Hennick
20fa9edd14
refactor: Make deflate
enable both default implementations
2024-05-20 18:11:09 -07:00
Chris Hennick
a731f2a4c6
refactor: Merge the hidden deflate-flate2 flag into the public one
2024-05-20 18:02:30 -07:00
Chris Hennick
870f915bc5
refactor: Rename _deflate-non-zopfli to _deflate-flate2
2024-05-20 12:02:05 -07:00
Chris Hennick
6071dc13b0
perf: Change default compression implementation to flate2/zlib-ng
2024-05-20 11:55:51 -07:00
Chris Hennick
89b9b668ec
refactor: Reject encrypted and using_data_descriptor files slightly faster in read_zipfile_from_stream
2024-05-19 16:53:56 -07:00
Chris Hennick
897cca50b3
Merge pull request #137 from sorairolake/all-features-for-docsrs
...
doc: Enable all features for Docs.rs
2024-05-19 18:57:31 +00:00
Chris Hennick
3afe549161
refactor: Convert impl TryInto<NaiveDateTime> for DateTime
to impl TryFrom<DateTime> for NaiveDateTime
( #136 )
2024-05-19 11:51:20 -07:00
Chris Hennick
2148580a27
doc: Add some missing license information
2024-05-19 11:47:12 -07:00
Chris Hennick
e8276b26a5
ci: Fix failure in attestation step
2024-05-19 11:44:25 -07:00
Shun Sakai
d873e6d2c1
chore: Enable all features for Docs.rs
2024-05-19 20:32:56 +09:00
Chris Hennick
4b295d3d5a
Merge pull request #135 from sorairolake/docsrs
...
docs: Enable `doc_auto_cfg` feature with Docs.rs
2024-05-18 05:21:28 +00:00
Chris Hennick
57eaa50e35
ci(fuzz): Update seed corpora
2024-05-17 22:40:35 -07:00
Chris Hennick
6ae2cfbf52
chore( #132 ): Attribution for some copied test data
2024-05-17 19:19:07 -07:00
Chris Hennick
e5ea797014
chore( #133 ): chmod -x src/result.rs
2024-05-17 19:13:10 -07:00
Chris Hennick
933ccc4f92
Enable deflate-zlib as well, and keep deflate64 separate
...
deflate-zlib was an omission; deflate64 is a different, backward-incompatible algorithm.
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
2024-05-17 18:55:22 -07:00
Shun Sakai
62788e213b
docs: Add package.metadata.docs.rs
...
This is to enable `doc_auto_cfg` feature with Docs.rs.
2024-05-18 09:42:23 +09:00
Chris Hennick
aa56c0a8be
Revert "ci: Auto-merge PRs from within repo even if I'm the triggering actor"
...
This reverts commit a8b2855910
.
2024-05-17 09:01:19 -07:00
Chris Hennick
102e31113d
Merge pull request #131 from zip-rs/release-plz-2024-05-15T23-52-34Z
...
chore: release v1.3.0
2024-05-17 07:28:17 +00:00
Chris Hennick
461fb58a02
chore: release
2024-05-16 21:03:31 -07:00
Chris Hennick
a8b2855910
ci: Auto-merge PRs from within repo even if I'm the triggering actor
2024-05-16 21:01:10 -07:00
Chris Hennick
6fa4486089
Enable attestation of release builds
...
Per https://github.com/actions/attest-build-provenance
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
2024-05-15 20:44:04 -07:00
Chris Hennick
3e81fddb78
style: cargo fmt --all
2024-05-15 17:47:20 -07:00
Chris Hennick
1cb0e1b3b7
refactor: Eliminate deprecation warning when --all-features
implicitly enables the deprecated feature
2024-05-15 17:13:20 -07:00
Chris Hennick
fbf111ef97
style: cargo fmt --all
2024-05-15 17:09:12 -07:00
Chris Hennick
3e06f6433a
chore: Fix borrow-of-moved-value
2024-05-15 17:08:40 -07:00
Chris Hennick
633a6733e6
refactor: Check if archive contains a symlink's target, without borrowing both at the same time
2024-05-15 17:06:57 -07:00
Chris Hennick
17fee7938a
refactor: Eliminate a clone that's no longer necessary
2024-05-15 16:57:37 -07:00
Chris Hennick
7536a98da1
chore: Box<str> doesn't directly convert to PathBuf, so convert back to String first
2024-05-15 16:55:00 -07:00
Chris Hennick
267ab432cf
chore: partial revert - only &str has chars(), but Box<str> should auto-deref
2024-05-15 16:51:12 -07:00
Chris Hennick
d78f127039
chore: contains_key needs a Box<str>
, so generify is_dir
to accept one
2024-05-15 16:49:05 -07:00