Skip to content

Commit e875436

Browse files
authored
Merge pull request #8 from roobscoob/main
Switch to using our own serenity fork
2 parents 81a0cb4 + 7f6c5d2 commit e875436

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

src/discord/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ edition = "2021"
66
[dependencies]
77
gpui = { git = "https://github.com/zed-industries/zed.git", version = "0.1.0" }
88
scope-chat = { version = "0.1.0", path = "../chat" }
9-
serenity = { git = "https://github.com/nshout/serenity-self", version = "0.13.0" }
9+
serenity = { git = "https://github.com/scopeclient/serenity", version = "0.13.0" }
1010
tokio = "1.41.1"

0 commit comments

Comments
 (0)