chiark / gitweb /
Move up dependencies once_cell void
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 15 Feb 2021 00:00:56 +0000 (00:00 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 15 Feb 2021 00:00:56 +0000 (00:00 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Cargo.lock.example
Cargo.toml
src/imports.rs
wdriver/Cargo.toml

index 91fbc00c08ec62970d627533839e0c7016fbc908..9a6200ae32f0ae282fe7ec95da258889e244e63c 100644 (file)
@@ -1607,6 +1607,7 @@ dependencies = [
  "nix",
  "num-derive",
  "num-traits",
+ "once_cell",
  "ordered-float",
  "otter-base",
  "parking_lot",
@@ -1630,6 +1631,7 @@ dependencies = [
  "uds",
  "url 2.2.0",
  "vecdeque-stableix",
+ "void",
 ]
 
 [[package]]
@@ -1684,13 +1686,11 @@ dependencies = [
  "humantime",
  "ndarray",
  "num-traits",
- "once_cell",
  "otter",
  "serde",
  "structopt",
  "strum",
  "thirtyfour_sync",
- "void",
  "x11rb",
 ]
 
index 261adce940d61c5147c3ead78f97265e9c4c6d6d..d0b1d5f61d94ec7ff444254ba0b1e98af30a6fde 100644 (file)
@@ -42,6 +42,7 @@ libc = "0.2"
 log = "0.4"
 nix = "0.19"
 num-derive = "0.3"
+once_cell = "1"
 ordered-float = "2"
 parking_lot = "0.11"
 percent-encoding = "2"
@@ -57,6 +58,7 @@ typetag = "0.1.6"
 uds = "0.2"
 url = "2"
 vecdeque-stableix = "1"
+void = "1"
 
 slotmap = { features = ['serde'], git = "https://github.com/ijackson/slotmap", branch="entry-return-stale-key" }
 # ^ MR not yet reviewed
index 1477c9f4aed7c554fb7f9ca2851f9394fae60c8e..9a3644b5f44faf888b6fd4d3ed1f8ddc0c888fe4 100644 (file)
@@ -24,6 +24,7 @@ pub use libc;
 pub use log;
 pub use nix;
 pub use num_derive;
+pub use once_cell;
 pub use ordered_float;
 pub use parking_lot;
 pub use pwd;
@@ -34,3 +35,4 @@ pub use slotmap;
 pub use toml;
 pub use uds;
 pub use vecdeque_stableix;
+pub use void;
index 3defd087d6ee2a695fdd28b7fefbfe7d02c7373e..7c2028f7688ed6cd4cfd71d5371f62ee55629286 100644 (file)
@@ -15,9 +15,7 @@ otter = { path = ".." }
 
 humantime = "2"
 ndarray = "0.14"
-once_cell = "1"
 thirtyfour_sync = "0.22"
-void = "1"
 x11rb = "0.8"
 
 # Repeated here because importing does not work properly