Browse Source

Merge #495

495: Release version 0.1.1 r=itchymax a=itchymax

Hi `@itchymax!`
This PR was created in response to a manual trigger of the release workflow here: https://github.com/itchysats/itchysats/actions/runs/1438605510.
I've bumped the versions in the manifest files in this commit: c3fc1ca871.
Merging this PR will create a GitHub release and publish the library to crates.io!

Co-authored-by: itchymax <itchymax@protonmail.com>
shutdown-taker-if-no-maker-present
bors[bot] 3 years ago
committed by GitHub
parent
commit
c456ba401a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Cargo.lock
  2. 2
      daemon/Cargo.toml

2
Cargo.lock

@ -601,7 +601,7 @@ dependencies = [
[[package]]
name = "daemon"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"anyhow",
"async-trait",

2
daemon/Cargo.toml

@ -1,6 +1,6 @@
[package]
name = "daemon"
version = "0.1.0"
version = "0.1.1"
edition = "2018"
[dependencies]

Loading…
Cancel
Save