chore: use 0.2 of bumpslab

This commit is contained in:
Jonathan Kelley 2023-01-23 11:45:18 -08:00
parent 4de4c1bbc8
commit b5c7d5cfd9

View file

@ -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"] }