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

Update dendrite #7483

Merged
merged 2 commits into from
Feb 6, 2025
Merged

Update dendrite #7483

merged 2 commits into from
Feb 6, 2025

Conversation

bnaecker
Copy link
Collaborator

@bnaecker bnaecker commented Feb 5, 2025

  • Update pinned Dendrite version.
  • Handle new API types around transceiver datapath via Progenitor's replace directive, like the in-repo Dendrite client crate.

- Update pinned Dendrite version.
- Handle new API types around transceiver datapath via Progenitor's
  `replace` directive, like the in-repo Dendrite client crate.
clients/dpd-client/build.rs Outdated Show resolved Hide resolved
clients/dpd-client/build.rs Outdated Show resolved Hide resolved
clients/dpd-client/build.rs Outdated Show resolved Hide resolved
clients/dpd-client/build.rs Outdated Show resolved Hide resolved
@bnaecker bnaecker enabled auto-merge (squash) February 6, 2025 18:31
Comment on lines +118 to +124
for repl in REPLACEMENTS {
settings.with_replacement(
repl,
format!("::transceiver_decode::{repl}"),
std::iter::once(TypeSpaceImpl::Display),
);
}
Copy link
Contributor

Choose a reason for hiding this comment

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

I think this worked out nicely.

@bnaecker bnaecker merged commit 6dbd673 into main Feb 6, 2025
18 checks passed
@bnaecker bnaecker deleted the update-dendrite branch February 6, 2025 23:32
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.

3 participants