Skip to content

Commit

Permalink
config: version up
Browse files Browse the repository at this point in the history
  • Loading branch information
KKould committed Dec 28, 2024
1 parent f69a726 commit a220375
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "fnck_sql"
version = "0.0.9"
version = "0.0.10"
edition = "2021"
authors = ["Kould <[email protected]>", "Xwg <[email protected]>"]
description = "SQL as a Function for Rust"
Expand Down
2 changes: 1 addition & 1 deletion tpcc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
clap = { version = "4", features = ["derive"] }
chrono = { version = "0.4" }
fnck_sql = { version = "0.0.9", path = "..", package = "fnck_sql" }
fnck_sql = { version = "0.0.10", path = "..", package = "fnck_sql" }
indicatif = { version = "0.17" }
ordered-float = { version = "4" }
rand = { version = "0.8" }
Expand Down

0 comments on commit a220375

Please sign in to comment.