Skip to content

Commit

Permalink
remove time crate
Browse files Browse the repository at this point in the history
  • Loading branch information
drewvolz committed Jan 25, 2025
1 parent 6aea945 commit cb60a1a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 43 deletions.
41 changes: 0 additions & 41 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion ccc-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"
ts-rs = { version = "10.0.0" }
chrono = { version = "0.4", features = ["serde"] }
time = { version = "0.3.37" }
1 change: 0 additions & 1 deletion ccc-types/src/streams.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
use chrono::{DateTime, Utc};
use serde::{Deserialize, Serialize};
use time::OffsetDateTime;
use ts_rs::TS;

#[derive(Serialize, Deserialize, TS)]
Expand Down

0 comments on commit cb60a1a

Please sign in to comment.