mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 14:44:12 +00:00
use git version of bump slab
This commit is contained in:
parent
ae028d82f8
commit
c5f003e41e
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ log = "0.4.17"
|
||||||
# Serialize the Edits for use in Webview/Liveview instances
|
# Serialize the Edits for use in Webview/Liveview instances
|
||||||
serde = { version = "1", features = ["derive"], optional = true }
|
serde = { version = "1", features = ["derive"], optional = true }
|
||||||
|
|
||||||
bumpslab = "0.1.0"
|
bumpslab = { git = "https://github.com/jkelleyrtp/bumpslab" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tokio = { version = "1", features = ["full"] }
|
tokio = { version = "1", features = ["full"] }
|
||||||
|
|
Loading…
Reference in a new issue