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

4
Cargo.lock generated
View File

@@ -818,6 +818,7 @@ checksum = "0ca88d725a0a943b096803bd34e73a4437208b6077654cc4ecb2947a5f91618d"
[[package]]
name = "maud"
version = "0.26.0"
source = "git+https://github.com/jakobdalsgaard/maud.git#5208bd3cffa8d685242787d2ee50d8aec5b70287"
dependencies = [
"itoa",
"maud_macros",
@@ -827,8 +828,7 @@ dependencies = [
[[package]]
name = "maud_macros"
version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa453238ec218da0af6b11fc5978d3b5c3a45ed97b722391a2a11f3306274e18"
source = "git+https://github.com/jakobdalsgaard/maud.git#5208bd3cffa8d685242787d2ee50d8aec5b70287"
dependencies = [
"proc-macro-error",
"proc-macro2",

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",