We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca79468 commit c34ca7dCopy full SHA for c34ca7d
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "rhai-sci"
3
-version = "0.2.1"
+version = "0.2.2"
4
edition = "2021"
5
authors = ["Chris McComb <[email protected]>"]
6
description = "Scientific computing in the Rhai scripting language"
README.md
@@ -13,7 +13,7 @@ check [the docs](https://docs.rs/rhai-sci).
13
To use the latest released version of `rhai-sci`, add this to your `Cargo.toml`:
14
15
```toml
16
-rhai-sci = "0.2.1"
+rhai-sci = "0.2.2"
17
```
18
19
# Usage
0 commit comments