Skip to content

Commit 3f32cc4

Browse files
committed
fixing the release
1 parent fa66b4e commit 3f32cc4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pregel-rs"
3-
version = "0.0.8"
3+
version = "0.0.9"
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"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ of your project. You can add the following line to your `Cargo.toml` file:
6363

6464
```toml
6565
[dependencies]
66-
pregel-rs = "0.0.8"
66+
pregel-rs = "0.0.9"
6767
```
6868

6969
4. _Implement your graph algorithm_: Now you can start implementing your graph

0 commit comments

Comments
 (0)