Skip to content

Commit d318b13

Browse files
committed
chore: render display name in profile links
1 parent 32c81cd commit d318b13

File tree

4 files changed

+137
-99
lines changed

4 files changed

+137
-99
lines changed

Cargo.lock

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ license = "MIT"
3535

3636
[workspace.dependencies]
3737
async-stream = "0.3.6"
38+
async-trait = "0.1"
3839
anyhow = "1.0.95"
3940
axum = { version = "0.8.1", features = ["macros"] }
4041
axum-dpc-static-assets = { path = "crates/axum-dpc-static-assets" }
@@ -65,7 +66,7 @@ iroh = { version = "0.95.1", default-features = false }
6566
iroh-base = { version = "0.95.1", default-features = false }
6667
iroh-io = "0.6.0"
6768
itertools = "0.13.0"
68-
jotdown = "0.9.0"
69+
jotdown = { version = "0.9.0", features = ["async"] }
6970
pkarr = "3.10.0"
7071
proptest = "1.6.0"
7172
maud = "*"
@@ -150,4 +151,6 @@ debug = false
150151

151152
[patch.crates-io]
152153
redb-bincode = { git = "https://github.com/rustshop/redb-bincode", rev = "b33cedb787d452dc3735a153aca55086fea7c306" }
153-
jotdown = { git = "https://github.com/dpc/jotdown", rev = "83f40fca9b8e61efbb46b139f32778681d72cc75" }
154+
jotdown = { git = "https://github.com/dpc/jotdown", rev = "6a4528812cd9a4621b56dab02b724f5d5a5371a1", features = [
155+
"async",
156+
] }

crates/rostra-web-ui/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ workspace = true
1111

1212
[dependencies]
1313
async-stream = { workspace = true }
14+
async-trait = { workspace = true }
1415
axum = { workspace = true, features = ["ws", "multipart"] }
1516
axum-extra = { workspace = true, features = ["form"] }
1617
axum-dpc-static-assets = { workspace = true }

0 commit comments

Comments
 (0)