Browse Source

Merge #839

839: Release version 0.3.0 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/1553006574.
I've bumped the versions in the manifest files in this commit: 205a61ab9e.
Merging this PR will create a GitHub release and publish the library to crates.io!

Co-authored-by: itchymax <itchymax@protonmail.com>
release/0.3.1 0.3.0
bors[bot] 3 years ago
committed by GitHub
parent
commit
a44c84dbe0
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.2.0"
version = "0.3.0"
dependencies = [
"anyhow",
"async-trait",

2
daemon/Cargo.toml

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

Loading…
Cancel
Save