Skip to content

Commit e13ccdb

Browse files
chore(release): 1.2.1
1 parent 397f5f8 commit e13ccdb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ Sometimes you need to handle arbitrary JSON data without knowing its structure a
229229
Enable the `any` feature (along with `derive` for the macro) and use the `Value` type:
230230

231231
```toml
232-
ronky = { version = "1.0.0", features = ["derive", "any"] }
232+
ronky = { version = "1.2.1", features = ["derive", "any"] }
233233
```
234234

235235
```rust
@@ -278,14 +278,14 @@ fn main() {
278278

279279
```toml
280280
[dependencies]
281-
ronky = { version = "1.0.0", features = ["derive"] }
281+
ronky = { version = "1.2.1", features = ["derive"] }
282282
```
283283

284284
The `derive` feature enables the `#[derive(Exported)]` macro. Additional features can be enabled as needed:
285285

286286
```toml
287287
[dependencies]
288-
ronky = { version = "1.0.0", features = ["derive", "chrono", "uuid", "any"] }
288+
ronky = { version = "1.2.1", features = ["derive", "chrono", "uuid", "any"] }
289289
```
290290

291291
2. Import the essentials:

0 commit comments

Comments
 (0)