We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa66b4e commit 3f32cc4Copy full SHA for 3f32cc4
2 files changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "pregel-rs"
3
-version = "0.0.8"
+version = "0.0.9"
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"
README.md
@@ -63,7 +63,7 @@ of your project. You can add the following line to your `Cargo.toml` file:
63
64
```toml
65
[dependencies]
66
-pregel-rs = "0.0.8"
+pregel-rs = "0.0.9"
67
```
68
69
4. _Implement your graph algorithm_: Now you can start implementing your graph
0 commit comments