Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: reckenrode/mkalias

Tags

v0.3.2

Toggle v0.3.2's commit message

Verified

This tag was signed with the committer’s verified signature.
reckenrode Randy Eckenrode
mkalias: 0.3.2

Quick update to use `importCargoLock` instead of `cargoHash` for the
dependencies.  This should eliminate future issues where `cargoHash`
could fall out of sync for a new release.

v0.3.1

Toggle v0.3.1's commit message

Verified

This tag was signed with the committer’s verified signature.
reckenrode Randy Eckenrode
mkalias: 0.3.1

- Makes basename consistent on `src`; and
- Fixes broken `cargoHash`. Thanks to @cohei for reporting.
  Unfortunately, I had to do a separate commit to bump the patch
  version. Fixes #4.

v0.3.0

Toggle v0.3.0's commit message

Verified

This tag was signed with the committer’s verified signature.
reckenrode Randy Eckenrode
mkalias: 0.3.0

- Adds `--read-link` option (short: `-L`) to follow symbolic links.
  Thank you to @cdmistman for the contribution.