File: remove-smol-potat.diff

package info (click to toggle)
rust-fs4 0.11.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 384 kB
  • sloc: makefile: 2
file content (21 lines) | stat: -rw-r--r-- 508 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -119,3 +119,3 @@
 
-[dev-dependencies.smol-potat]
+[disabled.dev-dependencies.smol-potat]
 version = "1.1"
--- a/src/file_ext/async_impl/smol_impl.rs
+++ b/src/file_ext/async_impl/smol_impl.rs
@@ -9,3 +9,3 @@
 test_mod! {
-  smol_potat::test,
+  tokio::test,
   use crate::smol::AsyncFileExt;
--- a/src/unix/async_impl/smol_impl.rs
+++ b/src/unix/async_impl/smol_impl.rs
@@ -9,3 +9,3 @@
 test_mod! {
-  smol_potat::test,
+  tokio::test,
   use crate::smol::AsyncFileExt;