Skip to content

Commit

Permalink
Merge pull request #2371 from anlumo/syn-update
Browse files Browse the repository at this point in the history
  • Loading branch information
fzyzcjy authored Nov 5, 2024
2 parents acf0d32 + e31d0f6 commit e39ca3b
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 52 deletions.
88 changes: 39 additions & 49 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions frb_codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ regex = "1.5.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.107"
serde_yaml = "0.9"
strum = "0.24.1"
strum_macros = "0.24.3"
strum = "0.26.3"
strum_macros = "0.26.4"
syn = { version = "2.0.26", features = ["full", "extra-traits", "visit-mut"] }
tempfile = "3.2.0"
toml = "0.5.8"
topological-sort = "0.2.2"
enum-iterator = "1.4.0"
clap = { version = "4.4.8", features = ["derive"] }
cbindgen = { version = "0.24.3", default-features = false }
cbindgen = { version = "0.27.0", default-features = false }
serial_test = "2.0.0"
glob = "0.3.1"
derivative = "2.2.0"
Expand Down

0 comments on commit e39ca3b

Please sign in to comment.