From 1fe6f75afa8ffbb1dde69e53f88ed185003b8496 Mon Sep 17 00:00:00 2001 From: Kyran Gostelow Date: Tue, 12 Apr 2022 15:59:24 +1000 Subject: [PATCH] 0.2.0 0.2.0 Update Umya --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"] }