Skip to content

Commit

Permalink
Merge pull request #2388 from fzyzcjy/feat/2371
Browse files Browse the repository at this point in the history
  • Loading branch information
fzyzcjy authored Nov 5, 2024
2 parents f7d54ce + 3a8daef commit ad1b295
Show file tree
Hide file tree
Showing 6 changed files with 83 additions and 103 deletions.
2 changes: 1 addition & 1 deletion .all-contributors-custom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
- patmuk: Set MSRV. Fail fast. Improve message. Support relative config. Improve multiple docs. Fix warning.
- banool: Fix pubspec parsing. Fix symbol-stripping doc.
- AlexV525: Add Dart fix. Fix folder.
- anlumo: Fix freezed + methods. Non-clone RustOpaque.
- anlumo: Fix freezed + methods. Non-clone RustOpaque. Update syn.
- temeddix: Fix broken CI. Custom num workers. Fix MacOS doc steps. Update doc. Make zero-copy defaultable.
- NightFeather0615: Fix Vec bool.
- fmeef: Add cargo feature flag.
Expand Down
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.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ More specifically, thanks for all these contributions:
* [patmuk](https://github.com/patmuk): Set MSRV. Fail fast. Improve message. Support relative config. Improve multiple docs. Fix warning.
* [banool](https://github.com/banool): Fix pubspec parsing. Fix symbol-stripping doc.
* [AlexV525](https://github.com/AlexV525): Add Dart fix. Fix folder.
* [anlumo](https://github.com/anlumo): Fix freezed + methods. Non-clone RustOpaque.
* [anlumo](https://github.com/anlumo): Fix freezed + methods. Non-clone RustOpaque. Update syn.
* [temeddix](https://github.com/temeddix): Fix broken CI. Custom num workers. Fix MacOS doc steps. Update doc. Make zero-copy defaultable.
* [NightFeather0615](https://github.com/NightFeather0615): Fix Vec bool.
* [fmeef](https://github.com/fmeef): Add cargo feature flag.
Expand Down
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
Loading

0 comments on commit ad1b295

Please sign in to comment.