aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--embassy-nrf/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/embassy-nrf/Cargo.toml b/embassy-nrf/Cargo.toml
index 07524fa2d..eeba1f54e 100644
--- a/embassy-nrf/Cargo.toml
+++ b/embassy-nrf/Cargo.toml
@@ -34,10 +34,10 @@ embedded-dma = { version = "0.1.2" }
34futures = { version = "0.3.5", default-features = false } 34futures = { version = "0.3.5", default-features = false }
35critical-section = "0.2.1" 35critical-section = "0.2.1"
36 36
37nrf52805-pac = { version = "0.1.0", optional = true, features = [ "rt" ], git = "https://github.com/Dirbaio/nrf52805-pac"} 37nrf52805-pac = { version = "0.1.0", optional = true, features = [ "rt" ]}
38nrf52810-pac = { version = "0.9.0", optional = true, features = [ "rt" ]} 38nrf52810-pac = { version = "0.9.0", optional = true, features = [ "rt" ]}
39nrf52811-pac = { version = "0.9.1", optional = true, features = [ "rt" ]} 39nrf52811-pac = { version = "0.9.1", optional = true, features = [ "rt" ]}
40nrf52820-pac = { version = "0.1.0", optional = true, features = [ "rt" ], git = "https://github.com/Dirbaio/nrf52820-pac"} 40nrf52820-pac = { version = "0.1.0", optional = true, features = [ "rt" ]}
41nrf52832-pac = { version = "0.9.0", optional = true, features = [ "rt" ]} 41nrf52832-pac = { version = "0.9.0", optional = true, features = [ "rt" ]}
42nrf52833-pac = { version = "0.9.0", optional = true, features = [ "rt" ]} 42nrf52833-pac = { version = "0.9.0", optional = true, features = [ "rt" ]}
43nrf52840-pac = { version = "0.9.0", optional = true, features = [ "rt" ]} 43nrf52840-pac = { version = "0.9.0", optional = true, features = [ "rt" ]}