summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 66c4bea..55bf18f 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ To add `elefren` to your project, add the following to the
`[dependencies]` section of your `Cargo.toml`
```toml
-elefren = "0.20"
+elefren = "0.22"
```
## Example
@@ -28,7 +28,7 @@ In your `Cargo.toml`, make sure you enable the `toml` feature:
```toml
[dependencies]
-elefren = { version = "0.20", features = ["toml"] }
+elefren = { version = "0.22", features = ["toml"] }
```
```rust,no_run