Making maud a github dependency

This commit is contained in:
2025-04-14 10:39:29 +02:00
parent f55ac6dd21
commit 974dd6f515
2 changed files with 3 additions and 3 deletions

View File

@@ -50,7 +50,7 @@ embassy-time = { version = "0.4.0", features = ["generic-queue-8"] }
esp-hal-embassy = { version = "0.6.0", features = ["esp32c3"] }
static_cell = { version = "2.1.0", features = ["nightly"] }
critical-section = "1.2.0"
maud = { path = "/home/jda/src/rust/maud/target/package/maud-0.26.0", features = ["alloc", "picoserve"] }
maud = { git = "https://github.com/jakobdalsgaard/maud.git", features = ["alloc", "picoserve"] }
picoserve = { version = "0.14.1", default-features = false, features = [
"alloc",
"embassy",