Browse Source

Merge #850

850: Revert "Release version 0.3.1" r=luckysori a=luckysori

Reverts itchysats/itchysats#847

Co-authored-by: Lucas Soriano <lucas@comit.network>
resilient-broadcast
bors[bot] 3 years ago
committed by GitHub
parent
commit
5afeb08ebc
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.1"
version = "0.3.0"
dependencies = [
"anyhow",
"async-trait",

2
daemon/Cargo.toml

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

Loading…
Cancel
Save