Skip to content

Commit 51a1f8d

Browse files
authored
refer to smoltcp of awkernel for awkernel_lib (#267)
Signed-off-by: Koichi Imai <koichi.imai.2@tier4.jp>
1 parent 92ad169 commit 51a1f8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

awkernel_lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ default-features = false
5151
features = ["panic"]
5252

5353
[dependencies.smoltcp]
54-
version = "0.11.0"
54+
path = "../smoltcp"
5555
default-features = false
5656
features = [
5757
"alloc",

0 commit comments

Comments
 (0)