Skip to content

Commit

Permalink
Gate uncased alloc feature behind this alloc feature (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
irriden authored Oct 24, 2023
1 parent c6bdb3b commit ae78939
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ rust-version = "1.71"
default = ["std", "native", "binstart"]

std = ["alloc", "log/std", "esp-idf-hal/std", "embedded-svc/std"]
alloc = ["esp-idf-hal/alloc", "embedded-svc/alloc"]
alloc = ["esp-idf-hal/alloc", "embedded-svc/alloc", "uncased/alloc"]
nightly = ["embedded-svc/nightly", "esp-idf-hal/nightly"]
experimental = ["embedded-svc/experimental"]
embassy-time-driver = ["embassy-time"]
Expand All @@ -43,7 +43,7 @@ heapless = { version = "0.7", default-features = false }
num_enum = { version = "0.7", default-features = false }
enumset = { version = "1", default-features = false }
log = { version = "0.4", default-features = false }
uncased = "0.9.7"
uncased = { version = "0.9.7", default-features = false }
embedded-svc = { version = "0.26.1", default-features = false }
esp-idf-hal = { version = "0.42", default-features = false, features = ["esp-idf-sys"] }
embassy-sync = { version = "0.3", optional = true }
Expand Down

0 comments on commit ae78939

Please sign in to comment.