Skip to content

Commit a220375

Browse files
committed
config: version up
1 parent f69a726 commit a220375

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[package]
44
name = "fnck_sql"
5-
version = "0.0.9"
5+
version = "0.0.10"
66
edition = "2021"
77
authors = ["Kould <[email protected]>", "Xwg <[email protected]>"]
88
description = "SQL as a Function for Rust"

tpcc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
[dependencies]
77
clap = { version = "4", features = ["derive"] }
88
chrono = { version = "0.4" }
9-
fnck_sql = { version = "0.0.9", path = "..", package = "fnck_sql" }
9+
fnck_sql = { version = "0.0.10", path = "..", package = "fnck_sql" }
1010
indicatif = { version = "0.17" }
1111
ordered-float = { version = "4" }
1212
rand = { version = "0.8" }

0 commit comments

Comments
 (0)