Skip to content

Commit

Permalink
Try fixing sea-orm-macros doctest errors
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 committed Oct 31, 2021
1 parent fcf3ea9 commit 6904b9f
Show file tree
Hide file tree
Showing 2 changed files with 312 additions and 7 deletions.
4 changes: 4 additions & 0 deletions sea-orm-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@ syn = { version = "^1", default-features = false, features = [ "full", "derive",
quote = "^1"
heck = "^0.3"
proc-macro2 = "^1"

[dev-dependencies]
sea-orm = { path = "../", features = ["macros"] }
serde = { version = "^1.0", features = ["derive"] }
Loading

0 comments on commit 6904b9f

Please sign in to comment.