Skip to content

Commit

Permalink
remove once_cell
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuxiujia committed Jul 26, 2024
1 parent f2f214e commit c03de0b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fastdate"
version = "0.3.31"
version = "0.3.32"
edition = "2021"
description = "Rust fast date carte"
readme = "Readme.md"
Expand All @@ -9,7 +9,6 @@ license = "Apache-2.0"
repository = "https://github.com/rbatis/fastdate"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
once_cell = "1.13.0"
serde = "1"
time1 = { version = "0.3.20", package = "time",features = ["formatting","parsing","serde"] }
[dev-dependencies]
Expand Down
1 change: 0 additions & 1 deletion src/datetime.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use crate::error::Error;
use crate::sys::Timespec;
use crate::{Date, Time};
use once_cell::sync::Lazy;
use serde::{Deserialize, Deserializer, Serialize, Serializer};
use std::cmp;
use std::fmt::{Display, Formatter};
Expand Down

0 comments on commit c03de0b

Please sign in to comment.