Skip to content

Commit

Permalink
feat: Update heapless to version 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
S0c5 committed Jun 10, 2024
1 parent 16e5022 commit 277bedc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sube/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ async-std = { version = "1.11.0", default_features = false, optional = true }
paste = { version = "1.0", optional = true }
wasm-bindgen = { version = "0.2.91", optional = true }
once_cell = { version = "1.17.1", optional = true }
heapless = { version = "0.7.16", optional = true }
heapless = { version = "0.8.0", optional = true }
anyhow = { version = "1.0.40", optional = true }
rand_core = {version = "0.6.3", optional = true }
ewebsock = { git = "https://github.com/S0c5/ewebsock.git", optional = true, branch = "enhacement/aviod-blocking-operations-with-mpsc-futures" }
Expand All @@ -52,7 +52,7 @@ libwallet = { path = "../libwallet", default_features=false, features=["substrat
rand_core = "0.6.3"

[features]
default = ["v14"]
default = ["v14", "dep:heapless"]
test = ["std", "wss", "ws", "http", "json", "v14", "dep:async-std"]
http = ["dep:jsonrpc", "surf/h1-client-rustls"]
http-web = ["dep:jsonrpc", "dep:wasm-bindgen", "surf/wasm-client"]
Expand Down

0 comments on commit 277bedc

Please sign in to comment.