From eff01973ad23f3100e278f034c976659c5484fb2 Mon Sep 17 00:00:00 2001 From: Greg Martin Date: Wed, 22 Nov 2023 19:50:20 +0000 Subject: [PATCH] Debug pre-release 0.11.1-debug --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7684ea2aa5..842b69e4be 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2036,7 +2036,7 @@ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" [[package]] name = "ord" -version = "0.11.1-gm4" +version = "0.11.1-debug" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 79452b167e..9fa58a84ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ord" description = "◉ Ordinal wallet and block explorer" -version = "0.11.1-gm4" +version = "0.11.1-debug" license = "CC0-1.0" edition = "2021" autotests = false