Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Commit

Permalink
release: 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joshstoik1 committed Aug 24, 2023
2 parents 7e45561 + 6675551 commit aa0b54c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions CREDITS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Project Dependencies
Package: checksame
Version: 0.4.1
Generated: 2023-07-13 20:06:00 UTC
Version: 0.4.2
Generated: 2023-08-24 18:36:03 UTC

| Package | Version | Author(s) | License |
| ---- | ---- | ---- | ---- |
Expand All @@ -21,14 +21,14 @@
| [dactyl](https://github.com/Blobfolio/dactyl) | 0.5.1 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
| [digest](https://github.com/RustCrypto/traits) | 0.10.7 | RustCrypto Developers | Apache-2.0 or MIT |
| [dowser](https://github.com/Blobfolio/dowser) | 0.8.0 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
| [either](https://github.com/bluss/either) | 1.8.1 | bluss | Apache-2.0 or MIT |
| [fyi_msg](https://github.com/Blobfolio/fyi) | 0.11.1 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
| [either](https://github.com/bluss/either) | 1.9.0 | bluss | Apache-2.0 or MIT |
| [fyi_msg](https://github.com/Blobfolio/fyi) | 0.11.2 | [Blobfolio, LLC.](mailto:[email protected]) | WTFPL |
| [generic-array](https://github.com/fizyk20/generic-array.git) | 0.14.7 | [Bartłomiej Kamiński](mailto:[email protected]) and [Aaron Trent](mailto:[email protected]) | MIT |
| [memoffset](https://github.com/Gilnaa/memoffset) | 0.9.0 | [Gilad Naaman](mailto:[email protected]) | MIT |
| [num-traits](https://github.com/rust-num/num-traits) | 0.2.15 | The Rust Project Developers | Apache-2.0 or MIT |
| [num-traits](https://github.com/rust-num/num-traits) | 0.2.16 | The Rust Project Developers | Apache-2.0 or MIT |
| [num_cpus](https://github.com/seanmonstar/num_cpus) | 1.16.0 | [Sean McArthur](mailto:[email protected]) | Apache-2.0 or MIT |
| [rayon](https://github.com/rayon-rs/rayon) | 1.7.0 | [Niko Matsakis](mailto:[email protected]) and [Josh Stone](mailto:[email protected]) | Apache-2.0 or MIT |
| [rayon-core](https://github.com/rayon-rs/rayon) | 1.11.0 | [Niko Matsakis](mailto:[email protected]) and [Josh Stone](mailto:[email protected]) | Apache-2.0 or MIT |
| [scopeguard](https://github.com/bluss/scopeguard) | 1.1.0 | bluss | Apache-2.0 or MIT |
| [scopeguard](https://github.com/bluss/scopeguard) | 1.2.0 | bluss | Apache-2.0 or MIT |
| [subtle](https://github.com/dalek-cryptography/subtle) | 2.5.0 | [Isis Lovecruft](mailto:[email protected]) and [Henry de Valence](mailto:[email protected]) | BSD-3-Clause |
| [typenum](https://github.com/paholg/typenum) | 1.16.0 | [Paho Lurie-Gregg](mailto:[email protected]) and [Andre Bogus](mailto:[email protected]) | Apache-2.0 or MIT |
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "checksame"
version = "0.4.1"
version = "0.4.2"
license = "WTFPL"
authors = ["Josh Stoik <[email protected]>"]
edition = "2021"
Expand Down
4 changes: 2 additions & 2 deletions release/man/checksame.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.TH "CHECKSAME" "1" "July 2023" "CheckSame v0.4.1" "User Commands"
.TH "CHECKSAME" "1" "August 2023" "CheckSame v0.4.2" "User Commands"
.SH NAME
CheckSame \- Manual page for checksame v0.4.1.
CheckSame \- Manual page for checksame v0.4.2.
.SH DESCRIPTION
Generate single Blake3 hashes from any number of files or directories.
.SS USAGE:
Expand Down

0 comments on commit aa0b54c

Please sign in to comment.