Skip to content

Commit d5e86b6

Browse files
chore(release): 1.2.3
1 parent 3bc83fc commit d5e86b6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ members = [
1313
]
1414

1515
[workspace.package]
16-
version = "1.2.2"
16+
version = "1.2.3"
1717
edition = "2024"
1818
license = "GPL-3.0-or-later"
1919
authors = ["Arthur De Witte <[email protected]>"]

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.2.2", features = ["derive", "any"] }
232+
ronky = { version = "1.2.3", features = ["derive", "any"] }
233233
```
234234

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

279279
```toml
280280
[dependencies]
281-
ronky = { version = "1.2.2", features = ["derive"] }
281+
ronky = { version = "1.2.3", 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.2.2", features = ["derive", "chrono", "uuid", "any"] }
288+
ronky = { version = "1.2.3", features = ["derive", "chrono", "uuid", "any"] }
289289
```
290290

291291
2. Import the essentials:

0 commit comments

Comments
 (0)