Skip to content

Commit d14fc40

Browse files
committed
[Blog] Edit
1 parent 81924f8 commit d14fc40

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Blog/blog/2025-12-12-sea-orm-2.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ At a high level, async Rust can be seen as a more complex form of sync Rust. So
2929

3030
However, you can't always go from sync to async. Async Rust tightens lifetime rules and introduces `Send` / `Sync` requirements for futures and async closures, so existing sync code may fail those constraints.
3131

32-
Now, let's go from all the necessary conversions, in order of complexity:
32+
Let's go over all the necessary conversions, in order of complexity:
3333

3434
### 1. `async` / `await`
3535

Blog/docusaurus.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ module.exports = {
6464
label: 'Twitter',
6565
to: 'https://twitter.com/sea_ql',
6666
},
67+
{
68+
label: 'Bluesky',
69+
to: 'https://bsky.app/profile/sea-ql.org',
70+
},
6771
{
6872
label: 'LinkedIn',
6973
to: 'https://www.linkedin.com/company/sea-ql',

0 commit comments

Comments
 (0)