Skip to content

Commit

Permalink
version 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
angelip2303 authored Apr 14, 2023
1 parent 548b51b commit 56f0dcc
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.2"
version = "0.0.3"
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 @@ -18,4 +18,4 @@ polars = { version = "0.28.0", features = ["lazy"] }
features = []
all-features = false
no-default-features = true
default-target = "x86_64-unknown-linux-gnu"
default-target = "x86_64-unknown-linux-gnu"

0 comments on commit 56f0dcc

Please sign in to comment.