Skip to content

Commit

Permalink
ref: upgrade mdsn version
Browse files Browse the repository at this point in the history
  • Loading branch information
lispQin committed Jun 1, 2023
1 parent e17b0c1 commit a3ba32c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion taos-error/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repository.workspace = true

[dependencies]
serde = { version = "1", features = ["derive"], optional = true }
mdsn = { path = "../mdsn", version = "0.2.12" }
mdsn = { path = "../mdsn", version = "0.2.13" }
thiserror = "1.0"

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion taos-query/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ chrono = { version = "0.4", features = ["serde"] }
derive_more = "0.99"
itertools = "0.10.3"
log = "0.4"
mdsn = { path = "../mdsn", version = "0.2.12" }
mdsn = { path = "../mdsn", version = "0.2.13" }
num_enum = "0.5.7"
once_cell = "1.12.0"
parse_duration = "2.1"
Expand Down

0 comments on commit a3ba32c

Please sign in to comment.