Skip to content

Commit

Permalink
chore: bump flake
Browse files Browse the repository at this point in the history
  • Loading branch information
bodymindarts committed May 3, 2024
1 parent 683b814 commit ad35667
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 19 deletions.
31 changes: 19 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/rust/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use cala_ledger::{account::*, journal::*, migrate::IncludeMigrations, query::*,

#[tokio::main]
async fn main() -> anyhow::Result<()> {
let pg_con = format!("postgres://user:password@localhost:5433/pg");
let pg_con = "postgres://user:password@localhost:5433/pg".to_string();
let pool = sqlx::postgres::PgPoolOptions::new()
.max_connections(20)
.connect(&pg_con)
Expand Down
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ad35667

Please sign in to comment.