From 79715ec7c7ec76a6b6989fc5e56f34cadd9ff1a3 Mon Sep 17 00:00:00 2001 From: Kitaiti Makoto Date: Fri, 26 Nov 2021 05:55:16 +0900 Subject: [PATCH] Add once_cell to dev-dependencies for plume-common --- plume-common/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plume-common/Cargo.toml b/plume-common/Cargo.toml index 06cf22f5..a67f748e 100644 --- a/plume-common/Cargo.toml +++ b/plume-common/Cargo.toml @@ -33,3 +33,6 @@ version = "0.4" default-features = false git = "https://git.joinplu.me/Plume/pulldown-cmark" branch = "bidi-plume" + +[dev-dependencies] +once_cell = "1.5.2"