diff options
author | tcmal <tcmal> | 2023-06-04 19:55:02 +0000 |
---|---|---|
committer | Aria <me@aria.rip> | 2023-10-01 17:31:29 +0100 |
commit | 4157af997947a3e3354554ad82d449be38af8f40 (patch) | |
tree | 21493b3b43c3da590bec55fd7ba0c70adabd2d63 /incria/Cargo.lock | |
parent | 2c1525849f3e47587f58c7afbd3020c8076c9f4e (diff) |
use std oncelock
Diffstat (limited to 'incria/Cargo.lock')
-rw-r--r-- | incria/Cargo.lock | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/incria/Cargo.lock b/incria/Cargo.lock index fa39449..32dc3f1 100644 --- a/incria/Cargo.lock +++ b/incria/Cargo.lock @@ -21,7 +21,6 @@ dependencies = [ name = "incria" version = "0.1.0" dependencies = [ - "once_cell", "tokio", ] @@ -42,12 +41,6 @@ dependencies = [ ] [[package]] -name = "once_cell" -version = "1.17.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" - -[[package]] name = "pin-project-lite" version = "0.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" |