Skip to content

Commit 18be9d9

Browse files
committed
fix
1 parent ba935bc commit 18be9d9

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ keywords = ["network", "mac", "macaddr", "eui-48", "eui-64"]
1515
serde = { version = "1.0.214", default-features = false, optional = true }
1616
rand = { version = "0.8.5", default-features = false, features = ["getrandom"], optional = true }
1717
arrayvec = { version = "0.7.6", default-features = false }
18-
thiserror = "1.0.65"
18+
thiserror = "2.0.12"
1919

2020
[dev-dependencies]
2121
serde_json = "1.0.132"

src/lib.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,6 @@
33
#![cfg_attr(not(feature = "std"), no_std)]
44
mod parser;
55

6-
use core::error;
7-
use core::{
8-
clone::Clone,
9-
cmp::{Eq, PartialEq},
10-
marker::Copy,
11-
};
12-
136
#[cfg(feature = "serde")]
147
use arrayvec::ArrayString;
158
use core::fmt::{self, Debug, Display, Formatter};

0 commit comments

Comments
 (0)