From cd028de51cd08ace811366efa66cd7841a1108f3 Mon Sep 17 00:00:00 2001 From: Niko PLP Date: Thu, 23 May 2024 20:15:09 +0300 Subject: [PATCH] preview.4 --- nextgraph/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextgraph/README.md b/nextgraph/README.md index c95cd31..4220d0a 100644 --- a/nextgraph/README.md +++ b/nextgraph/README.md @@ -43,7 +43,7 @@ A tokio-based version (as a feature) might be available in the future. ```toml [dependencies] -nextgraph = "0.1.0-preview.3" +nextgraph = "0.1.0-preview.4" async-std = "1.12.0" ```