bump version once again, since operators were renamed
This commit is contained in:
parent
b318ec24a9
commit
f8606aec4c
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "rhai"
|
||||
version = "0.8.0"
|
||||
version = "0.8.1"
|
||||
authors = ["Jonathan Turner", "Lukáš Hozda"]
|
||||
description = "Embedded scripting for Rust"
|
||||
homepage = "https://github.com/jonathandturner/rhai"
|
||||
|
@ -12,7 +12,7 @@ Rhai's current feature set:
|
||||
* No additional dependencies
|
||||
* No unsafe code
|
||||
|
||||
**Note:** Currently, the version is 0.8.0, so the language and APIs may change before they stabilize.*
|
||||
**Note:** Currently, the version is 0.8.1, so the language and APIs may change before they stabilize.*
|
||||
|
||||
## Installation
|
||||
|
||||
@ -20,7 +20,7 @@ You can install Rhai using crates by adding this line to your dependences:
|
||||
|
||||
```
|
||||
[dependencies]
|
||||
rhai = "0.8.0"
|
||||
rhai = "0.8.1"
|
||||
```
|
||||
|
||||
## Related
|
||||
|
Loading…
Reference in New Issue
Block a user