Skip to content

Commit

Permalink
Fix cargo doc failure for typegen-macro crate
Browse files Browse the repository at this point in the history
  • Loading branch information
adampetro committed Sep 24, 2024
1 parent b9cecc1 commit cd6763b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions bluejay-typegen-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ itertools = "0.13.0"
proc-macro = true

[features]
default = ["serde"]
serde = []
miniserde = []

Expand Down
2 changes: 1 addition & 1 deletion bluejay-typegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ exclude = [".gitignore", "tests/**/*"]
description = "A GraphQL type generator"

[dependencies]
bluejay-typegen-macro = { workspace = true }
bluejay-typegen-macro = { workspace = true, default-features = false }
# rename these packages to prevent the tests from passing if the macro generates code
# referencing them directly instead of the re-exports
srd = { package = "serde", version = "1.0", features = ["derive"], optional = true }
Expand Down

0 comments on commit cd6763b

Please sign in to comment.