Skip to content

Commit

Permalink
release: bump 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
finnhodgkin committed Oct 1, 2024
1 parent 26565b4 commit fd320d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ async fn main() -> Result<()> {
let num_types = postgres_types.len();

println!(
"Generated {num_types} postgres enums in {:.2}s",
"Generated {num_types} Postgres enums in {:.2}s",
type_gen_timer.elapsed().as_secs_f32()
);

Expand Down

0 comments on commit fd320d8

Please sign in to comment.