Skip to content

Commit

Permalink
support cogo time
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuxiujia committed Jan 28, 2022
1 parent 3a858d2 commit 68d703f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cdbc-mysql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ decimal = ["rust_decimal", "num-bigint"]
json = ["serde", "serde_json"]

[dependencies]
cdbc = { version = "0.1.9", path = "../"}
cdbc = { version = "0.1.11", path = "../"}

cogo = "0.1"
hashlink = "0.7.0"
Expand Down
2 changes: 1 addition & 1 deletion cdbc-pg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ json = ["serde", "serde_json"]
offline = ["json"]

[dependencies]
cdbc = { version = "0.1.9", path = "../"}
cdbc = { version = "0.1.11", path = "../"}

atoi = "0.4.0"
smallvec = "1.4.0"
Expand Down
2 changes: 1 addition & 1 deletion cdbc-sqlite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ all-types = [
[dependencies]

cogo = "0.1"
cdbc = { version = "0.1.9", path = "../"}
cdbc = { version = "0.1.11", path = "../"}
serde={version = "1.0.130" ,features = ["derive", "rc"],optional = true}
serde_json = { version = "1.0.51", features = ["raw_value"], optional = true }
log = { version = "0.4.8", default-features = false }
Expand Down

0 comments on commit 68d703f

Please sign in to comment.