Skip to content

Commit

Permalink
save state changes in the new database crate
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurii Koba authored and kobayurii committed Jun 24, 2024
1 parent 3d1d35a commit 980c381
Show file tree
Hide file tree
Showing 3 changed files with 308 additions and 46 deletions.
80 changes: 40 additions & 40 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 database-new/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ license.workspace = true
anyhow = "1.0.86"
async-trait = "0.1.66"
bigdecimal = "0.3.0" # Dependency of sqlx-core and sqlx-postgres is version 0.3.0
borsh = "1.3.1"
borsh = "1.5.1"
futures = "0.3.5"
hex = "0.4.3"
lazy_static = "1.4.0"
Expand Down
Loading

0 comments on commit 980c381

Please sign in to comment.