From 5ceb97d3f56bafe9974df7b21b0e6d1f25b552de Mon Sep 17 00:00:00 2001 From: Joshua Oladele Date: Sat, 18 Nov 2023 11:29:30 +0100 Subject: [PATCH] Publish .0.1.17 --- chaindexing/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chaindexing/Cargo.toml b/chaindexing/Cargo.toml index 86b3848..be68c6c 100644 --- a/chaindexing/Cargo.toml +++ b/chaindexing/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chaindexing" -version = "0.1.16" +version = "0.1.17" edition = "2021" description = "Access EVM chain data with SQL" license = "MIT OR Apache-2.0"