From 316d4bb9dc0648f7b763e07f85fec2796621770d Mon Sep 17 00:00:00 2001 From: "Aode (Lion)" Date: Mon, 18 Oct 2021 23:52:22 -0500 Subject: [PATCH] Stabilize dir generator --- Cargo.lock | 3 ++- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 256bb19..5cd8363 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1750,7 +1750,8 @@ checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0" [[package]] name = "storage-path-generator" version = "0.1.0" -source = "git+https://git.asonix.dog/asonix/storage-path-generator?branch=main#68f70707b0d04e5429f0c16d71ca329a9d4a9557" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8f7830bbf78d82746dd784b14ac3a5be3a0c0e9f63bf195d7356fe37ac114eed" dependencies = [ "parking_lot", ] diff --git a/Cargo.toml b/Cargo.toml index 15bd567..f8af619 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" sha2 = "0.9.0" sled = { version = "0.34.6" } -storage-path-generator = { version = "0.1.0", git = "https://git.asonix.dog/asonix/storage-path-generator", branch = "main" } +storage-path-generator = "0.1.0" structopt = "0.3.14" thiserror = "1.0" time = { version = "0.3.0", features = ["serde"] }