Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
itsyaasir committed Aug 30, 2024
1 parent 9b9256a commit 409b153
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions identity_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,7 @@ serde = { workspace = true, features = ["std"] }
serde_json = { workspace = true, features = ["std"] }
strum.workspace = true
thiserror.workspace = true
time = { version = "0.3.23", default-features = false, features = [
"std",
"serde",
"parsing",
"formatting",
] }
time = { version = "0.3.23", default-features = false, features = ["std", "serde", "parsing", "formatting"] }
url = { version = "2.4", default-features = false, features = ["serde"] }
zeroize = { version = "1.6", default-features = false }

Expand Down

0 comments on commit 409b153

Please sign in to comment.