Skip to content

Commit

Permalink
chore: remove serde feature
Browse files Browse the repository at this point in the history
  • Loading branch information
jacek-prisma committed Dec 18, 2024
1 parent b82a34b commit 0fa41c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ derive_more = "0.99.17"
user-facing-errors = { path = "./libs/user-facing-errors" }
uuid = { version = "1", features = ["serde", "v4", "v7", "js"] }
cuid = { git = "https://github.com/prisma/cuid-rust", branch = "v1.3.3-wasm32-unknown-unknown" }
ulid = { version = "1", features = ["serde"] }
ulid = "1"
getrandom = { version = "0.2" }

indoc = "2.0.1"
Expand Down

0 comments on commit 0fa41c2

Please sign in to comment.