|
|
|
@ -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 |
|
|
|
|