From 112567f3384f48be8aba307bd96de5f2314a2f4c Mon Sep 17 00:00:00 2001 From: Joshua Oladele Date: Sat, 20 Apr 2024 13:05:31 +0100 Subject: [PATCH] v0.1.76 --- chaindexing/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chaindexing/Cargo.toml b/chaindexing/Cargo.toml index 6595990..fbe3906 100644 --- a/chaindexing/Cargo.toml +++ b/chaindexing/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chaindexing" -version = "0.1.75" +version = "0.1.76" authors = ["Chaindexing Contributors "] description = "Index any EVM chain and query in SQL" keywords = ["index", "multi-chain", "ethereum", "evm", "web3"]