self-replace 1.3.0

Utility crate that allows executables to replace or uninstall themselves
Documentation
# Changelog

All notable changes to `self-replace` are documented here.

## 1.3.0

- Added support for `self_delete_outside_path` to support more complex
  uninstallation scenarios on Windows.

## 1.2.0

- Improve a race condition on Windows.

## 1.1.0

- Support older rustc releases.

## 1.0.0

- Initial release.