Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
0.2.0
Update Umya
  • Loading branch information
KyGost committed Apr 12, 2022
1 parent 287b955 commit 1fe6f75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "multisql"
version = "0.1.3"
version = "0.2.0"
authors = ["Kyran Gostelow <[email protected]>", "Taehoon Moon <[email protected]>"]
edition = "2021"
description = "MultiSQL"
Expand Down Expand Up @@ -67,7 +67,7 @@
csv = { version = "1.1.6", optional = true }
linecount = { version = "0.1.0", optional = true }
# Sheet
umya-spreadsheet = { git = "https://github.com/KyGost/umya-spreadsheet", version = "0.6.0", branch = "minor-fixes", optional = true }
umya-spreadsheet = { version = "0.7.0", optional = true }

[dev-dependencies]
tokio = { version = "0.3.3", features = ["macros", "rt"] }
Expand Down

0 comments on commit 1fe6f75

Please sign in to comment.