Skip to content

Commit 613a4cd

Browse files
committed
feat: patch(replace) support
Signed-off-by: Woshiluo Luo <woshiluo.luo@outlook.com>
1 parent 4cff697 commit 613a4cd

File tree

6 files changed

+379
-138
lines changed

6 files changed

+379
-138
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ Cargo.lock
44

55
# Visual Studio Code configuration files
66
.vscode/
7+
*.dts

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@ description = "A Device Tree blob serialization file format"
99
readme = "README.md"
1010
keywords = ["serde", "serialization"]
1111
categories = ["no-std", "encoding"]
12-
edition = "2021"
12+
edition = "2024"
1313

1414
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1515

1616
[dependencies]
1717
serde = { version = "1.0", default-features = false }
18+
erased-serde = "0.4"
1819

1920
[dev-dependencies]
2021
serde_derive = "1.0"

0 commit comments

Comments
 (0)