Browse Source

Merge #847

847: Release version 0.3.1 r=da-kami a=itchymax

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

Co-authored-by: itchymax <itchymax@protonmail.com>
resilient-broadcast
bors[bot] 3 years ago
committed by GitHub
parent
commit
c75f186a75
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

@ -598,7 +598,7 @@ dependencies = [
[[package]]
name = "daemon"
version = "0.3.0"
version = "0.3.1"
dependencies = [
"anyhow",
"async-trait",

2
daemon/Cargo.toml

@ -1,6 +1,6 @@
[package]
name = "daemon"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
[dependencies]

Loading…
Cancel
Save