From 1f490cf89ca3372b329022e95febeb7d4c38a848 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81ngel=20Iglesias=20Pr=C3=A9stamo?= <65736636+angelip2303@users.noreply.github.com> Date: Sat, 15 Apr 2023 01:21:37 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 435eae7..81bc2f3 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ of your project. You can add the following line to your `Cargo.toml` file: ```toml [dependencies] -pregel-rs = "0.0.1" +pregel-rs = "0.0.4" ``` 4. _Implement your graph algorithm_: Now you can start implementing your graph