-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ae7f406
commit 8fc4f11
Showing
4 changed files
with
17 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "wikidata-rs" | ||
version = "0.0.1" | ||
version = "0.0.2" | ||
authors = [ "Ángel Iglesias Préstamo <[email protected]>" ] | ||
description = "Utilities for working with Wikidata entities programmatically" | ||
repository = "https://github.com/angelip2303/wd2duckdb" | ||
|
@@ -15,6 +15,6 @@ duckdb = { version = "0.7.1", features = ["chrono"] } | |
chrono = "0.4.23" | ||
lazy_static = "1.4.0" | ||
wikidata = "0.3.0" | ||
polars = { version = "0.29.0", features = ["lazy", "dtype-u8"]} | ||
polars = { version = "0.30.0", features = ["lazy", "dtype-u8"]} | ||
strum = "0.24.1" | ||
strum_macros = "0.24" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters