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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

prelude: Add missing feature gate for dispatching::repls import #776

Merged
merged 4 commits into from Nov 28, 2022

Conversation

Turbo87
Copy link
Contributor

@Turbo87 Turbo87 commented Nov 18, 2022

looks like I missed another instance of the #770 issue when I worked on #771... 馃檲

This PR fixes a similar issue in the prelude module :)

@Hirrolot
Copy link
Collaborator

@WaffleLapkin, it seems that everything is ok with this PR. We can merge it and release teloxide v0.11.3 if you don't have any concerns.

Copy link
Member

@WaffleLapkin WaffleLapkin left a comment

Choose a reason for hiding this comment

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

LGTM, however out master branch is currently broken (we've accidentally merged dev into it 馃う馃徎), so we should fix it first

# TODO: prolly move it to a separate step?
- name: Check with no default features
uses: actions-rs/cargo@v1
with:
command: check
args: --no-default-features
Copy link
Member

Choose a reason for hiding this comment

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

I'd prefer if this went in with the CI refactor, but it's fine.

README.md Outdated
<img src="./media/teloxide-logo.png" width="250"/>
<img src="https://github.com/teloxide/teloxide/raw/master/media/teloxide-logo.png" width="250"/>
Copy link
Member

Choose a reason for hiding this comment

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

what's the reason for this?...

Copy link
Collaborator

Choose a reason for hiding this comment

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

Copy link
Member

Choose a reason for hiding this comment

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

Ah, right, that makes sense. Although this should be changed in dev, I think. Since only there the media change happened (well, ignoring the accidental merge.)

crates/teloxide/Cargo.toml Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
Copy link
Member

@WaffleLapkin WaffleLapkin left a comment

Choose a reason for hiding this comment

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

I've cleaned up the git history. LGTM.

Copy link
Collaborator

@Hirrolot Hirrolot left a comment

Choose a reason for hiding this comment

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

I've cleaned up the git history.

Orwell's turning in his grave...

@Hirrolot Hirrolot merged commit ff1bf70 into teloxide:master Nov 28, 2022
@Hirrolot Hirrolot mentioned this pull request Nov 28, 2022
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.

None yet

3 participants