Remove patch

This commit is contained in:
2023-08-28 13:54:50 +02:00
parent dcf950cc66
commit e68d25afa8
6 changed files with 3 additions and 9 deletions

View File

@ -47,9 +47,6 @@ simple_logger = "4"
embassy-rp = { git = "https://github.com/embassy-rs/embassy.git", features = ["log", "nightly", "unstable-traits", "unstable-pac", "time-driver", "critical-section-impl"] }
embassy-executor = { git = "https://github.com/embassy-rs/embassy.git", features = ["arch-cortex-m"] }
[patch."https://git.nubo.sh/hulthe/tgnt.git"]
tgnt = { path = "../../tgnt" }
[build-dependencies]
tgnt = { git = "https://git.nubo.sh/hulthe/tgnt.git", default-features = false }
ron = "0.8.0"