summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorPaul Woolcock <paul@woolcock.us>2019-03-28 18:31:37 -0400
committerGitHub <noreply@github.com>2019-03-28 18:31:37 -0400
commit84640a6c0475c5c41eb045deb6252f3d0b52bd21 (patch)
treed24b17597dba271ec2ca55b67160bdf53e190b9e /README.md
parent6c3180195c1aa8f337dd7233ec62a523e7cc3c75 (diff)
Update README.md
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 9553f03..524f8a2 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.18"
+elefren = "0.19"
```
## Usage
@@ -36,7 +36,7 @@ In your `Cargo.toml`, make sure you enable the `toml` feature:
```toml
[dependencies]
-elefren = { version = "0.18", features = ["toml"] }
+elefren = { version = "0.19", features = ["toml"] }
```
```rust,no_run