Skip to content

Commit 7f79c40

Browse files
committed
Update Cargo.toml
1 parent ad3e893 commit 7f79c40

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ ieee802_3_miim = "0.8"
3030
cortex-m = "0.7"
3131
log = { version = "0.4", optional = true }
3232
defmt = { version = "0.3", optional = true }
33-
siphasher = "*"
34-
paste = { version = "1.0", optional = true }
3533

3634
[dependencies.smoltcp]
3735
version = "0.9"
@@ -48,7 +46,7 @@ f-series = [ ]
4846
stm32f1xx-hal = [ "dep:stm32f1xx-hal", "f-series" ]
4947
stm32f4xx-hal = [ "dep:stm32f4xx-hal", "f-series" ]
5048
stm32f7xx-hal = [ "dep:stm32f7xx-hal", "f-series" ]
51-
stm32h7xx-hal = [ "dep:stm32h7xx-hal", "paste" ]
49+
stm32h7xx-hal = [ "dep:stm32h7xx-hal" ]
5250

5351
stm32f107 = ["stm32f1xx-hal/stm32f107", "device-selected"]
5452

@@ -84,6 +82,7 @@ defmt-rtt = "0.4"
8482
panic-probe = { version = "0.3", features = [ "print-defmt" ] }
8583
systick-monotonic = "1.0"
8684
smoltcp = { version = "0.9", features = [ "medium-ethernet", "proto-ipv4", "socket-udp", "socket-tcp", "defmt" ], default-features = false }
85+
siphasher = "0.3"
8786

8887
[[example]]
8988
name = "pktgen"

0 commit comments

Comments
 (0)