mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 14:44:12 +00:00
chore: use 0.2 of bumpslab
This commit is contained in:
parent
4de4c1bbc8
commit
b5c7d5cfd9
1 changed files with 4 additions and 2 deletions
|
@ -23,7 +23,9 @@ rustc-hash = "1.1.0"
|
|||
# Used in diffing
|
||||
longest-increasing-subsequence = "0.1.0"
|
||||
|
||||
futures-util = { version = "0.3", default-features = false, features = ["alloc"]}
|
||||
futures-util = { version = "0.3", default-features = false, features = [
|
||||
"alloc",
|
||||
] }
|
||||
|
||||
slab = "0.4"
|
||||
|
||||
|
@ -37,7 +39,7 @@ log = "0.4.17"
|
|||
# Serialize the Edits for use in Webview/Liveview instances
|
||||
serde = { version = "1", features = ["derive"], optional = true }
|
||||
|
||||
bumpslab = { git = "https://github.com/jkelleyrtp/bumpslab" }
|
||||
bumpslab = { version = "0.2.0" }
|
||||
|
||||
[dev-dependencies]
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
|
|
Loading…
Reference in a new issue