Skip to content

Commit

Permalink
all: Don't enable uuid feature in async-graphql
Browse files Browse the repository at this point in the history
  • Loading branch information
lutter committed Mar 7, 2025
1 parent 8f9afd4 commit 4b7498b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions 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 @@ -40,7 +40,7 @@ license = "MIT OR Apache-2.0"

[workspace.dependencies]
anyhow = "1.0"
async-graphql = { version = "7.0.15", features = ["chrono", "uuid"] }
async-graphql = { version = "7.0.15", features = ["chrono"] }
async-graphql-axum = "7.0.15"
axum = "0.8.1"
chrono = "0.4.38"
Expand Down

0 comments on commit 4b7498b

Please sign in to comment.