Skip to content

Commit

Permalink
Fix compile error on newest Rust nightly versions by updating hdt to …
Browse files Browse the repository at this point in the history
…0.1.3. May run slightly slower because SIMD is deactivated. If you use a nightly version until around 2023-08-1, you have continue to use 0.1.2 and have better performance.
  • Loading branch information
KonradHoeffner committed Aug 7, 2023
1 parent 392f2ba commit 186e153
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 28 deletions.
33 changes: 7 additions & 26 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.2.6"
version = "0.2.7"
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.1.2", optional = true }
hdt = { version = "0.1.3", 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 186e153

Please sign in to comment.