Skip to content

Commit

Permalink
Update hdt to 0.1.2. Release 0.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
KonradHoeffner committed May 3, 2023
1 parent 1e424eb commit c538272
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 42 deletions.
108 changes: 68 additions & 40 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rickview"
version = "0.0.12"
version = "0.1.0"
edition = "2021"
license = "MIT"
keywords = ["rdf", "semantic-web", "linked-data"]
Expand All @@ -19,7 +19,7 @@ serde = { version = "1", features = ["derive"] }
config = { version = "0.13", default-features = false, features = ["toml"] }
log = "0.4"
env_logger = { version = "0.10", default-features = false, features = ["auto-color"], optional = true }
hdt = { version = "0.0.13", optional = true }
hdt = { version = "0.1.2", optional = true }
deepsize = { version = "0.2.0", default-features = false, features = ["std"] }
bytesize = "1.1.0"
zstd = { version = "0.12.0", features = ["zstdmt"] }
Expand Down

0 comments on commit c538272

Please sign in to comment.