From 3f37870adc6f838e72fc2dad2a66e9881a41b255 Mon Sep 17 00:00:00 2001 From: paulo Date: Wed, 15 Feb 2023 18:44:52 +0000 Subject: [PATCH] Version bump to v0.9.2 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5dbd5f1..3f929e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crunch" -version = "0.9.1" +version = "0.9.2" authors = ["Paulo "] description = "Crunch is a command-line interface (CLI) to claim staking rewards (flakes) every X hours for Substrate-based chains" edition = "2018" @@ -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"