Skip to content

Commit 0d4dfcb

Browse files
committed
umya-spreadsheet 1.0.3
1 parent cbe7347 commit 0d4dfcb

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ keywords = ["csv++", "csvpp", "csv", "spreadsheet"]
66
license = "MIT"
77
name = "csvpp"
88
repository = "https://github.com/patrickomatic/csv-plus-plus"
9-
version = "0.4.0"
9+
version = "0.4.1"
1010
edition = "2021"
1111

1212
[dependencies]
@@ -22,8 +22,8 @@ regex = "1"
2222
serde = { version = "1", features = ["derive"] }
2323
serde_json = "1"
2424
tokio = { version = "^1.0", features = ["rt"] }
25-
# umya-spreadsheet = "^1.0.3"
26-
umya-spreadsheet = { git = "https://github.com/MathNya/umya-spreadsheet.git", rev = "878d549" }
25+
umya-spreadsheet = "^1.0.3"
26+
# umya-spreadsheet = { git = "https://github.com/MathNya/umya-spreadsheet.git", rev = "0cbb103" }
2727
# umya-spreadsheet = { path = "../umya-spreadsheet" }
2828

2929
[dev-dependencies]

0 commit comments

Comments
 (0)