Making maud a github dependency
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user