Skip to content

Commit

Permalink
what
Browse files Browse the repository at this point in the history
  • Loading branch information
juleswritescode committed Oct 18, 2024
1 parent 69e19a0 commit f011c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/pg_schema_cache/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#![feature(future_join)]

mod functions;
mod versions;
mod schema_cache;
mod schemas;
mod tables;
mod types;
mod versions;

use sqlx::postgres::PgPool;

Expand Down

0 comments on commit f011c25

Please sign in to comment.