pointing to upstream crate URL

This commit is contained in:
2025-07-18 21:41:30 +01:00
parent 9b7df6b680
commit 9bec55bcc7
3 changed files with 18 additions and 17 deletions

View File

@@ -14,7 +14,7 @@ bench = false
ufmt = "0.2.0"
nb = "1.1.0"
embedded-hal = "1.0"
calc-math = { path = "../calc-math", features = ["ufmt"] }
core-decimal-calc = { git = "https://gitea.hexadust.net/hxd/core-decimal-calc.git", features = ["ufmt"] }
avr-device = "0.7.0"
[dependencies.arduino-hal]