Browse Source

chore: use 0.2 of bumpslab

Jonathan Kelley 2 years ago
parent
commit
b5c7d5cfd9
1 changed files with 4 additions and 2 deletions
  1. 4 2
      packages/core/Cargo.toml

+ 4 - 2
packages/core/Cargo.toml

@@ -23,7 +23,9 @@ rustc-hash = "1.1.0"
 # Used in diffing
 # Used in diffing
 longest-increasing-subsequence = "0.1.0"
 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"
 slab = "0.4"
 
 
@@ -37,7 +39,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 = { git = "https://github.com/jkelleyrtp/bumpslab" }
+bumpslab = { version = "0.2.0" }
 
 
 [dev-dependencies]
 [dev-dependencies]
 tokio = { version = "1", features = ["full"] }
 tokio = { version = "1", features = ["full"] }