Skip to content

Commit

Permalink
Fix CI: chorus breaking changes, revert to stable ver.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitfl0wer committed Jan 5, 2025
1 parent ea0cdae commit 5f70671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ sentry = { version = "0.34.0", default-features = false, features = [
clap = { version = "4.5.4", features = ["derive"] }
chorus = { features = [
"backend",
], default-features = false, git = "https://github.com/polyphony-chat/chorus", branch = "dev" }
], default-features = false, version = "0.18.0" }
serde_path_to_error = "0.1.16"
percent-encoding = "2.3.1"
hex = "0.4.3"
Expand Down

0 comments on commit 5f70671

Please sign in to comment.