Skip to content

Commit be3ac85

Browse files
committed
chore: doc
1 parent f4cade2 commit be3ac85

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

.all-contributors-custom.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
- patmuk: Set MSRV. Fail fast. Improve message. Improve docs.
4444
- phlip9: Fix no-serde compilation.
4545
- aran: Fix map + mirror. Fix pubspec. Bump version. Fix typo.
46+
- HalidOdat: Improve config method. Hint build.rs.
4647
- Berrysoft: Fix missing symbols.
47-
- HalidOdat: Hint build.rs.
4848
- bus710: Add a case in troubleshooting.
4949
- Demezy: Mention troubleshooting.
5050
- gutenfries: Bump proc-macros.

.all-contributorsrc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -441,19 +441,19 @@
441441
]
442442
},
443443
{
444-
"login": "Berrysoft",
445-
"name": "王宇逸",
446-
"avatar_url": "https://avatars.githubusercontent.com/u/37586447?v=4",
447-
"profile": "https://berrysoft.github.io/",
444+
"login": "HalidOdat",
445+
"name": "Haled Odat",
446+
"avatar_url": "https://avatars.githubusercontent.com/u/8566042?v=4",
447+
"profile": "https://github.com/HalidOdat",
448448
"contributions": [
449449
"code"
450450
]
451451
},
452452
{
453-
"login": "HalidOdat",
454-
"name": "Haled Odat",
455-
"avatar_url": "https://avatars.githubusercontent.com/u/8566042?v=4",
456-
"profile": "https://github.com/HalidOdat",
453+
"login": "Berrysoft",
454+
"name": "王宇逸",
455+
"avatar_url": "https://avatars.githubusercontent.com/u/37586447?v=4",
456+
"profile": "https://berrysoft.github.io/",
457457
"contributions": [
458458
"code"
459459
]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,8 +239,8 @@ Secondly, thanks goes to these wonderful contributors ([emoji key](https://allco
239239
<td align="center" valign="top" width="14.28%"><a href="https://patrick.mukherjee.de"><img src="https://avatars.githubusercontent.com/u/2045440?v=4?s=100" width="100px;" alt="Patrick Mukherjee"/><br /><sub><b>Patrick Mukherjee</b></sub></a><br /><a href="https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=patmuk" title="Code">💻</a></td>
240240
<td align="center" valign="top" width="14.28%"><a href="https://phlip9.com"><img src="https://avatars.githubusercontent.com/u/918989?v=4?s=100" width="100px;" alt="Philip Kannegaard Hayes"/><br /><sub><b>Philip Kannegaard Hayes</b></sub></a><br /><a href="https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=phlip9" title="Code">💻</a></td>
241241
<td align="center" valign="top" width="14.28%"><a href="https://github.com/aran"><img src="https://avatars.githubusercontent.com/u/5295?v=4?s=100" width="100px;" alt="Aran Donohue"/><br /><sub><b>Aran Donohue</b></sub></a><br /><a href="https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=aran" title="Code">💻</a></td>
242-
<td align="center" valign="top" width="14.28%"><a href="https://berrysoft.github.io/"><img src="https://avatars.githubusercontent.com/u/37586447?v=4?s=100" width="100px;" alt="王宇逸"/><br /><sub><b>王宇逸</b></sub></a><br /><a href="https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=Berrysoft" title="Code">💻</a></td>
243242
<td align="center" valign="top" width="14.28%"><a href="https://github.com/HalidOdat"><img src="https://avatars.githubusercontent.com/u/8566042?v=4?s=100" width="100px;" alt="Haled Odat"/><br /><sub><b>Haled Odat</b></sub></a><br /><a href="https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=HalidOdat" title="Code">💻</a></td>
243+
<td align="center" valign="top" width="14.28%"><a href="https://berrysoft.github.io/"><img src="https://avatars.githubusercontent.com/u/37586447?v=4?s=100" width="100px;" alt="王宇逸"/><br /><sub><b>王宇逸</b></sub></a><br /><a href="https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=Berrysoft" title="Code">💻</a></td>
244244
<td align="center" valign="top" width="14.28%"><a href="https://bus710.net"><img src="https://avatars.githubusercontent.com/u/8920680?v=4?s=100" width="100px;" alt="bus710"/><br /><sub><b>bus710</b></sub></a><br /><a href="https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=bus710" title="Documentation">📖</a></td>
245245
</tr>
246246
<tr>
@@ -352,8 +352,8 @@ More specifically, thanks for all these contributions:
352352
* [patmuk](https://github.com/patmuk): Set MSRV. Fail fast. Improve message. Improve docs.
353353
* [phlip9](https://github.com/phlip9): Fix no-serde compilation.
354354
* [aran](https://github.com/aran): Fix map + mirror. Fix pubspec. Bump version. Fix typo.
355+
* [HalidOdat](https://github.com/HalidOdat): Improve config method. Hint build.rs.
355356
* [Berrysoft](https://github.com/Berrysoft): Fix missing symbols.
356-
* [HalidOdat](https://github.com/HalidOdat): Hint build.rs.
357357
* [bus710](https://github.com/bus710): Add a case in troubleshooting.
358358
* [Demezy](https://github.com/Demezy): Mention troubleshooting.
359359
* [gutenfries](https://github.com/gutenfries): Bump proc-macros.

website/docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,8 @@ Secondly, thanks goes to these wonderful contributors ([emoji key](https://allco
246246
<td align="center" valign="top" width="14.28%"><a href="https://patrick.mukherjee.de"><img src="https://avatars.githubusercontent.com/u/2045440?v=4?s=100" width="100px;" alt="Patrick Mukherjee"/><br /><sub><b>Patrick Mukherjee</b></sub></a><br /><a href="https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=patmuk" title="Code">💻</a></td>
247247
<td align="center" valign="top" width="14.28%"><a href="https://phlip9.com"><img src="https://avatars.githubusercontent.com/u/918989?v=4?s=100" width="100px;" alt="Philip Kannegaard Hayes"/><br /><sub><b>Philip Kannegaard Hayes</b></sub></a><br /><a href="https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=phlip9" title="Code">💻</a></td>
248248
<td align="center" valign="top" width="14.28%"><a href="https://github.com/aran"><img src="https://avatars.githubusercontent.com/u/5295?v=4?s=100" width="100px;" alt="Aran Donohue"/><br /><sub><b>Aran Donohue</b></sub></a><br /><a href="https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=aran" title="Code">💻</a></td>
249-
<td align="center" valign="top" width="14.28%"><a href="https://berrysoft.github.io/"><img src="https://avatars.githubusercontent.com/u/37586447?v=4?s=100" width="100px;" alt="王宇逸"/><br /><sub><b>王宇逸</b></sub></a><br /><a href="https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=Berrysoft" title="Code">💻</a></td>
250249
<td align="center" valign="top" width="14.28%"><a href="https://github.com/HalidOdat"><img src="https://avatars.githubusercontent.com/u/8566042?v=4?s=100" width="100px;" alt="Haled Odat"/><br /><sub><b>Haled Odat</b></sub></a><br /><a href="https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=HalidOdat" title="Code">💻</a></td>
250+
<td align="center" valign="top" width="14.28%"><a href="https://berrysoft.github.io/"><img src="https://avatars.githubusercontent.com/u/37586447?v=4?s=100" width="100px;" alt="王宇逸"/><br /><sub><b>王宇逸</b></sub></a><br /><a href="https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=Berrysoft" title="Code">💻</a></td>
251251
<td align="center" valign="top" width="14.28%"><a href="https://bus710.net"><img src="https://avatars.githubusercontent.com/u/8920680?v=4?s=100" width="100px;" alt="bus710"/><br /><sub><b>bus710</b></sub></a><br /><a href="https://github.com/fzyzcjy/flutter_rust_bridge/commits?author=bus710" title="Documentation">📖</a></td>
252252
</tr>
253253
<tr>
@@ -359,8 +359,8 @@ More specifically, thanks for all these contributions:
359359
* [patmuk](https://github.com/patmuk): Set MSRV. Fail fast. Improve message. Improve docs.
360360
* [phlip9](https://github.com/phlip9): Fix no-serde compilation.
361361
* [aran](https://github.com/aran): Fix map + mirror. Fix pubspec. Bump version. Fix typo.
362+
* [HalidOdat](https://github.com/HalidOdat): Improve config method. Hint build.rs.
362363
* [Berrysoft](https://github.com/Berrysoft): Fix missing symbols.
363-
* [HalidOdat](https://github.com/HalidOdat): Hint build.rs.
364364
* [bus710](https://github.com/bus710): Add a case in troubleshooting.
365365
* [Demezy](https://github.com/Demezy): Mention troubleshooting.
366366
* [gutenfries](https://github.com/gutenfries): Bump proc-macros.

0 commit comments

Comments
 (0)