Skip to content

Commit

Permalink
bump tokio-walltime to v0.1.2 for crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
mfreeborn committed Jun 11, 2022
1 parent 6731e97 commit 5eb266f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v0.6.0] - 2022-06-06
## [v0.6.1] - 2022-06-11
Cut a new release specifically for [crates.io](https://crates.io/crates/heliocron) to bump `tokio-walltime` to v0.1.2. Previous versions of `tokio-walltime` failed to compile on the Raspberry Pi architectures. v0.6.0 of `heliocron` has been yanked from crates.io.

## [v0.6.0] - 2022-06-11
### Added
- Add `--json` flag to `report` subcommand ([#44](https://github.com/mfreeborn/heliocron/issues/44)).
- Add `--run-missed-task` flag to `wait` subcommand ([#48](https://github.com/mfreeborn/heliocron/pull/48)).
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "heliocron"
version = "0.6.0"
version = "0.6.1"
authors = ["Michael Freeborn <[email protected]>"]
description = """
Heliocron is a command line application written in Rust capable of delaying execution of other
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ Here's a quick compatibility table to help choose the correct binary to download

| Platform | Binary |
| -------- | ------ |
| Raspberry Pi 0/1 | [heliocron-v0.6.0-arm-unknown-linux-gnueabihf.tar.gz](https://github.com/mfreeborn/heliocron/releases/download/v0.6.0/heliocron-v0.6.0-arm-unknown-linux-gnueabihf.tar.gz) |
| Raspberry Pi 2/3/4 | [heliocron-v0.6.0-armv7-unknown-linux-gnueabihf.tar.gz](https://github.com/mfreeborn/heliocron/releases/download/v0.6.0/heliocron-v0.6.0-armv7-unknown-linux-gnueabihf.tar.gz) |
| Linux with a 64bit CPU | [heliocron-v0.6.0-x86_64-unknown-linux-gnu.tar.gz](https://github.com/mfreeborn/heliocron/releases/download/v0.6.0/heliocron-v0.6.0-x86_64-unknown-linux-gnu.tar.gz) |
| Raspberry Pi 0/1 | [heliocron-v0.6.1-arm-unknown-linux-gnueabihf.tar.gz](https://github.com/mfreeborn/heliocron/releases/download/v0.6.1/heliocron-v0.6.1-arm-unknown-linux-gnueabihf.tar.gz) |
| Raspberry Pi 2/3/4 | [heliocron-v0.6.1-armv7-unknown-linux-gnueabihf.tar.gz](https://github.com/mfreeborn/heliocron/releases/download/v0.6.1/heliocron-v0.6.1-armv7-unknown-linux-gnueabihf.tar.gz) |
| Linux with a 64bit CPU | [heliocron-v0.6.1-x86_64-unknown-linux-gnu.tar.gz](https://github.com/mfreeborn/heliocron/releases/download/v0.6.1/heliocron-v0.6.1-x86_64-unknown-linux-gnu.tar.gz) |

### 2. Install with cargo

Expand All @@ -43,7 +43,7 @@ $ cargo install heliocron
.
.
$ heliocron --version
heliocron 0.6.0
heliocron 0.6.1
```

### 3. Build from source
Expand All @@ -53,7 +53,7 @@ $ git clone https://github.com/mfreeborn/heliocron
$ cd heliocron
$ cargo build --release
$ ./target/release/heliocron --version
heliocron 0.6.0
heliocron 0.6.1
```

## Usage Examples
Expand Down

0 comments on commit 5eb266f

Please sign in to comment.