浏览代码

chore(deps): un-patch loom dependency

Eliza Weisman 3 年之前
父节点
当前提交
26cf7076e1
共有 1 个文件被更改,包括 1 次插入5 次删除
  1. 1 5
      Cargo.toml

+ 1 - 5
Cargo.toml

@@ -13,7 +13,7 @@ default = ["std"]
 [dependencies]
 [dependencies]
 
 
 [dev-dependencies]
 [dev-dependencies]
-loom = { version = "0.5", features = ["checkpoint", "futures"] }
+loom = { version = "0.5.3", features = ["checkpoint", "futures"] }
 # So that we can use `poll_fn` in tests.
 # So that we can use `poll_fn` in tests.
 futures = "0.3"
 futures = "0.3"
 criterion = { version = "0.3.5", features = ["async_tokio"] }
 criterion = { version = "0.3.5", features = ["async_tokio"] }
@@ -24,10 +24,6 @@ async-std = "1"
 
 
 [profile.test]
 [profile.test]
 opt-level = 3
 opt-level = 3
-
-[patch.crates-io]
-loom = { git = "https://github.com/tokio-rs/loom", branch = "master"}
-
 [[bench]]
 [[bench]]
 name = "sync_mpsc"
 name = "sync_mpsc"
 harness = false
 harness = false