소스 검색

try a different branch

Evan Almloff 2 년 전
부모
커밋
bdb63d18f3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/core/Cargo.toml

+ 1 - 1
packages/core/Cargo.toml

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