We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 548b51b commit 56f0dccCopy full SHA for 56f0dcc
1 file changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "pregel-rs"
3
-version = "0.0.2"
+version = "0.0.3"
4
authors = [ "Ángel Iglesias Préstamo <angel.iglesias.prestamo@gmail.com>" ]
5
description = "A Graph library written in Rust for implementing your own algorithms in a Pregel fashion"
6
documentation = "https://docs.rs/crate/pregel-rs/latest"
@@ -18,4 +18,4 @@ polars = { version = "0.28.0", features = ["lazy"] }
18
features = []
19
all-features = false
20
no-default-features = true
21
-default-target = "x86_64-unknown-linux-gnu"
+default-target = "x86_64-unknown-linux-gnu"
0 commit comments