Skip to content

Commit 6aa0000

Browse files
committed
feat: 更新版本号至 0.1.5,移除未使用的 display 模块引用
1 parent 85f3c87 commit 6aa0000

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

fdt-edit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0"
1111
name = "fdt-edit"
1212
readme = "README.md"
1313
repository = "https://github.com/drivercraft/fdt-parser"
14-
version = "0.1.4"
14+
version = "0.1.5"
1515

1616
[dependencies]
1717
enum_dispatch = "0.3.13"

fdt-edit/src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@
44
extern crate alloc;
55

66
mod ctx;
7-
// mod display;
87
mod encode;
98
mod fdt;
109
mod node;
1110
mod prop;
1211

1312
pub use ctx::Context;
14-
// pub use display::FmtLevel;
13+
pub use encode::FdtData;
1514
pub use fdt::{Fdt, MemoryReservation};
1615
pub use node::NodeKind;
1716
pub use node::*;

0 commit comments

Comments
 (0)