- The crate was rewritten to use clap instead of structopt
- Dependencies were updated
- privdrop 0.5.2
- clap 4
Other than that was only quality-of-life changes for the development of the crate, nothing user-facing.
- [
f5ebd41276
] (cargo-release) version 0.2.0 (Yoshua Wuyts) - [
63dda7a19a
] Update privdrop, use OsString, add --chroot, build on !unix (#2) (Thomas Hurst) - [
a8cdd518db
] . (Yoshua Wuyts)
.github/CODE_OF_CONDUCT.md | 75 ++++++++++++++++-
.github/CONTRIBUTING.md | 63 +++++++++++++-
.github/ISSUE_TEMPLATE.md | 41 +++++++++-
.github/PULL_REQUEST_TEMPLATE.md | 21 ++++-
.github/stale.yml | 17 ++++-
.gitignore | 7 +-
.travis.yml | 13 +++-
CERTIFICATE | 37 ++++++++-
Cargo.toml | 21 ++++-
LICENSE-APACHE | 190 ++++++++++++++++++++++++++++++++++++++++-
LICENSE-MIT | 21 ++++-
README.md | 80 +++++++++++++++++-
examples/main.rs | 17 ++++-
rustfmt.toml | 2 +-
src/lib.rs | 115 ++++++++++++++++++++++++-
tests/test.rs | 1 +-
16 files changed, 721 insertions(+)