diff --git a/Cargo.toml b/Cargo.toml index ff027b29..07ced8cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "multisql" - version = "0.1.3" + version = "0.2.0" authors = ["Kyran Gostelow ", "Taehoon Moon "] edition = "2021" description = "MultiSQL" @@ -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"] }