Skip to content

Commit 135f16e

Browse files
committed
Use the version from crates.io
1 parent b7bb3ac commit 135f16e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

nrf-hal-common/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ version = "0.9.0"
4444

4545
[dependencies.nrf52811-pac]
4646
optional = true
47-
git = "https://github.com/nrf-rs/nrf52811-pac"
4847
version = "0.9.0"
4948

5049
[dependencies.nrf52832-pac]

nrf52811-hal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ keywords = ["arm", "cortex-m", "nrf52", "hal", "nrf52811"]
1616
license = "MIT OR Apache-2.0"
1717

1818
[dependencies]
19-
nrf52811-pac = { git = "https://github.com/nrf-rs/nrf52811-pac" }
19+
nrf52811-pac = "0.9.0"
2020

2121
[dependencies.nrf-hal-common]
2222
path = "../nrf-hal-common"

0 commit comments

Comments
 (0)