From d344ab3d68da934b60b8ed6b45532e26afcddf74 Mon Sep 17 00:00:00 2001 From: Chris McComb Date: Fri, 24 Nov 2023 10:54:23 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da0054b..06f890a 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ like MATLAB, Octave, and R. For a complete API reference, check [the docs](https To use the latest released version of `rhai-sci`, add this to your `Cargo.toml`: ```toml -rhai-sci = "0.2.0" +rhai-sci = "0.2.1" ``` To use the bleeding edge instead, add this: