Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
angelip2303 authored Jun 10, 2023
1 parent e4bb76b commit 6492293
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pregel-rs"
version = "0.0.10"
version = "0.0.11"
authors = [ "Ángel Iglesias Préstamo <[email protected]>" ]
description = "A Graph library written in Rust for implementing your own algorithms in a Pregel fashion"
documentation = "https://docs.rs/crate/pregel-rs/latest"
Expand All @@ -12,4 +12,4 @@ keywords = ["pregel", "graph", "pagerank", "polars", "algorithms"]
categories = ["algorithms", "database", "mathematics", "science"]

[dependencies]
polars = { version = "0.30.0", features = ["lazy", "streaming", "parquet", "performant", "chunked_ids"] }
polars = { version = "0.30.0", features = ["lazy", "streaming", "parquet", "performant", "chunked_ids"] }

0 comments on commit 6492293

Please sign in to comment.