From c552a1672c523ab512c589ec7437a7c49a483d38 Mon Sep 17 00:00:00 2001 From: Nitesh Balusu <84944042+niteshbalusu11@users.noreply.github.com> Date: Fri, 29 Sep 2023 18:57:33 -0400 Subject: [PATCH] fix rarted deps bugs Signed-off-by: Nitesh Balusu <84944042+niteshbalusu11@users.noreply.github.com> --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index da3cdf9..39b2be4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1304,7 +1304,7 @@ checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" [[package]] name = "rustdress" -version = "0.4.12" +version = "0.4.13" dependencies = [ "bech32", "chrono", diff --git a/Cargo.toml b/Cargo.toml index cc000c7..406f278 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustdress" -version = "0.4.12" +version = "0.4.13" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html