Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix dependencies #23

Merged
merged 3 commits into from
Jun 5, 2024
Merged

Fix dependencies #23

merged 3 commits into from
Jun 5, 2024

Conversation

Quat3rnion
Copy link
Collaborator

This brings symfonia up to speed with chorus/dev, and updates dependencies.

@Quat3rnion Quat3rnion self-assigned this Jun 5, 2024
@Quat3rnion
Copy link
Collaborator Author

looks like symfonia's actions need a revamp

@Quat3rnion Quat3rnion merged commit 6b06ed7 into main Jun 5, 2024
1 of 2 checks passed
@Quat3rnion Quat3rnion deleted the fix/dependencies branch June 5, 2024 04:25
sentry = "0.33.0"
clap = { version = "4.5.4", features = ["derive"] }

chorus = { git = "ssh://[email protected]/polyphony-chat/chorus", branch = "dev", features = ["backend"], default-features = false } # git = "ssh://[email protected]/Quat3rnion/chorus" # path = "../chorus"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Try using https to fix the tests:

Suggested change
chorus = { git = "ssh://git@github.com/polyphony-chat/chorus", branch = "dev", features = ["backend"], default-features = false } # git = "ssh://git@github.com/Quat3rnion/chorus" # path = "../chorus"
chorus = { git = "https://github.com/polyphony-chat/chorus", branch = "dev", features = ["backend"], default-features = false } # git = "https://github.com/Quat3rnion/chorus" # path = "../chorus"

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah true, I'll change that in my next commit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants