aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f7
diff options
context:
space:
mode:
Diffstat (limited to 'examples/stm32f7')
-rw-r--r--examples/stm32f7/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/stm32f7/Cargo.toml b/examples/stm32f7/Cargo.toml
index ac46cd86e..8d7710c44 100644
--- a/examples/stm32f7/Cargo.toml
+++ b/examples/stm32f7/Cargo.toml
@@ -29,8 +29,8 @@ critical-section = "0.2.3"
29 29
30 30
31[dependencies.smoltcp] 31[dependencies.smoltcp]
32git = "https://github.com/smoltcp-rs/smoltcp" 32git = "https://github.com/bobmcwhirter/smoltcp"
33rev = "e4241510337e095b9d21136c5f58b2eaa1b78479" 33rev = "faf81d21daae16b650b16e59a8422a8283e8a302"
34default-features = false 34default-features = false
35features = [ 35features = [
36 "proto-ipv4", 36 "proto-ipv4",