aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock5
-rw-r--r--Cargo.toml3
2 files changed, 0 insertions, 8 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 689ce36..5c471f3 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -534,8 +534,3 @@ checksum = "de437e2a6208b014ab52972a27e59b33fa2920d3e00fe05026167a1c509d19cc"
dependencies = [
"vcell",
]
-
-[[patch.unused]]
-name = "imxrt-rt"
-version = "0.2.0"
-source = "git+https://github.com/imxrt-rs/imxrt-rt#eb47674359ea27cc5e7824a234067491ff01ab13"
diff --git a/Cargo.toml b/Cargo.toml
index 0d11835..9c46f94 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -63,9 +63,6 @@ imxrt1170evk = { path = "imxrt1170evk" }
git = "https://git.mciantyre.dev/ral-registers"
branch = "v0.2"
-[patch.crates-io.imxrt-rt]
-git = "https://github.com/imxrt-rs/imxrt-rt"
-
[profile.dev]
codegen-units = 1
overflow-checks = true