Skip to content

Commit

Permalink
fix: pilota-build compile
Browse files Browse the repository at this point in the history
  • Loading branch information
PureWhiteWu committed May 31, 2023
1 parent ded3f9d commit c48f81e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions pilota-build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ toml = "0.7"
heck = "0.4"
syn = "2"
normpath = "1"
serde = "1"
serde = { version = "1", features = ["derive"] }
serde_yaml = "0.9"
fxhash = "0.2"
proc-macro2 = "1"
Expand Down Expand Up @@ -62,4 +62,4 @@ criterion = { version = "0.5", features = ["html_reports"] }

[[bench]]
name = "codegen"
harness = false
harness = false

0 comments on commit c48f81e

Please sign in to comment.