Skip to content

Commit

Permalink
Fix newtype test
Browse files Browse the repository at this point in the history
  • Loading branch information
Electron100 committed Nov 17, 2024
1 parent d7e44b6 commit cf445b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/newtype/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ sqlite = ["butane/sqlite"]
sqlite-bundled = ["butane/sqlite-bundled"]

[dependencies]
butane = {workspace = true, features = ["async"]}
butane = {workspace = true, features = ["async", "async-adapter"]}
fake = { workspace = true, features = ["chrono", "derive", "uuid"] }
garde = { version = "*", features = ["derive"] }
serde.workspace = true
Expand Down

0 comments on commit cf445b2

Please sign in to comment.