Skip to content
This repository was archived by the owner on Mar 24, 2026. It is now read-only.

Commit f0884c8

Browse files
committed
chore: Bump version to 0.5.4
1 parent fb8cce1 commit f0884c8

4 files changed

Lines changed: 6 additions & 25 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["patchable", "patchable-macro"]
33
resolver = "3"
44

55
[workspace.package]
6-
version = "0.5.3"
6+
version = "0.5.4"
77
rust-version = "1.85"
88
edition = "2024"
99
repository = "https://github.com/ShapelessCat/patchable"

README.md

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -69,29 +69,10 @@ Add this to your `Cargo.toml`:
6969

7070
```toml
7171
[dependencies]
72-
patchable = "0.5.3" # You can use the latest version
72+
patchable = "0.5.4" # You can use the latest version
7373
```
7474

75-
The `serde` feature is enabled by default. Disable default features to opt out:
76-
77-
```toml
78-
[dependencies]
79-
patchable = { version = "0.5.3", default-features = false }
80-
```
81-
82-
Enable `From<Struct>` generation:
83-
84-
```toml
85-
[dependencies]
86-
patchable = { version = "0.5.3", features = ["impl_from"] }
87-
```
88-
89-
Enable `Clone` derivation for patch types:
90-
91-
```toml
92-
[dependencies]
93-
patchable = { version = "0.5.3", features = ["cloneable"] }
94-
```
75+
Check this project's Cargo feature flags to see what you want to enable or disable.
9576

9677
## Usage
9778

patchable/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ readme.workspace = true
1515
path = "src/lib.rs"
1616

1717
[dependencies]
18-
patchable-macro = { version = "0.5.3", path = "../patchable-macro" }
18+
patchable-macro = { version = "0.5.4", path = "../patchable-macro" }
1919
serde.workspace = true
2020
serde_json.workspace = true
2121
anyhow.workspace = true

0 commit comments

Comments
 (0)