From d40e8dbaa1d1fc2bef979a74b0183d527311ccdc Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Wed, 17 Apr 2024 13:04:47 -0700 Subject: [PATCH] Bump ord version to 0.18.2 in Cargo.toml (#3583) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 22011acc82..4ecc53c413 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2270,7 +2270,7 @@ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" [[package]] name = "ord" -version = "0.18.1" +version = "0.18.2" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 26a4aca26f..d5b2385655 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ord" description = "◉ Ordinal wallet and block explorer" -version = "0.18.1" +version = "0.18.2" license = "CC0-1.0" edition = "2021" autotests = false