Skip to content

Commit

Permalink
Merge branch release-v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
paulormart committed Feb 15, 2023
2 parents 0fc8b0a + 3f37870 commit a0c7e2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "crunch"
version = "0.9.1"
version = "0.9.2"
authors = ["Paulo <[email protected]>"]
description = "Crunch is a command-line interface (CLI) to claim staking rewards (flakes) every X hours for Substrate-based chains"
edition = "2018"
Expand Down Expand Up @@ -28,7 +28,7 @@ rand = "0.8.4"
# subxt dependencies
subxt = "0.25.0"
async-std = { version = "1.11.0", features = ["attributes", "tokio1"] }
env_logger = "0.9.1"
env_logger = "0.9.2"
futures = "0.3.13"
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "full", "bit-vec"] }
hex = "0.4.3"

0 comments on commit a0c7e2d

Please sign in to comment.