From 649229319cd5a8edd2d68aea6c1f9a8eae9d8000 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81ngel=20Iglesias=20Pr=C3=A9stamo?= <65736636+angelip2303@users.noreply.github.com> Date: Sat, 10 Jun 2023 16:39:48 +0200 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 962b4a8..48f9930 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pregel-rs" -version = "0.0.10" +version = "0.0.11" authors = [ "Ángel Iglesias Préstamo " ] description = "A Graph library written in Rust for implementing your own algorithms in a Pregel fashion" documentation = "https://docs.rs/crate/pregel-rs/latest" @@ -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"] } \ No newline at end of file +polars = { version = "0.30.0", features = ["lazy", "streaming", "parquet", "performant", "chunked_ids"] }