use main bumpslab branch

This commit is contained in:
Evan Almloff 2023-01-23 12:48:00 -06:00
parent 82e2175500
commit a0441f686c

View file

@ -37,7 +37,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/demonthos/bumpslab", branch = "reduce-unsafe"}
bumpslab = { git = "https://github.com/jkelleyrtp/bumpslab" }
[dev-dependencies]
tokio = { version = "1", features = ["full"] }