Skip to content

Commit 56f0dcc

Browse files
authored
version 0.0.3
1 parent 548b51b commit 56f0dcc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pregel-rs"
3-
version = "0.0.2"
3+
version = "0.0.3"
44
authors = [ "Ángel Iglesias Préstamo <angel.iglesias.prestamo@gmail.com>" ]
55
description = "A Graph library written in Rust for implementing your own algorithms in a Pregel fashion"
66
documentation = "https://docs.rs/crate/pregel-rs/latest"
@@ -18,4 +18,4 @@ polars = { version = "0.28.0", features = ["lazy"] }
1818
features = []
1919
all-features = false
2020
no-default-features = true
21-
default-target = "x86_64-unknown-linux-gnu"
21+
default-target = "x86_64-unknown-linux-gnu"

0 commit comments

Comments
 (0)