Skip to content

Commit

Permalink
v0.1.22
Browse files Browse the repository at this point in the history
Remove ethers type to avoid type conflicts
  • Loading branch information
Jurshsmith committed Dec 31, 2023
1 parent d28c862 commit fc762e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion chaindexing/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chaindexing"
version = "0.1.20"
version = "0.1.22"
edition = "2021"
description = "Access EVM chain data with SQL"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 0 additions & 2 deletions chaindexing/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ pub use events_ingester::{EventsIngester, EventsIngesterJsonRpc};
pub use repos::*;
pub use reset_counts::ResetCount;

pub use ethers::prelude::{Address, U256, U64};

#[cfg(feature = "postgres")]
pub use repos::{PostgresRepo, PostgresRepoConn, PostgresRepoPool};

Expand Down

0 comments on commit fc762e8

Please sign in to comment.