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

Diesel CLI should be released when `diesel` is released #1036

Closed
skade opened this Issue Jul 23, 2017 · 1 comment

Comments

Projects
None yet
2 participants
@skade

skade commented Jul 23, 2017

Setup

Versions

  • Rust: any
  • Diesel: any
  • Database: any
  • Operating System any

Feature Flags

  • diesel: any
  • diesel_codegen: any

Problem Description

When configuring https://elements.heroku.com/buildpacks/sgrif/heroku-buildpack-diesel, I used the version of the diesel library we use (0.14.1) as .diesel_version, only to figure out that there's no diesel_cli version for that library version. It's surprising that the CLI and the library are not released in equal steps, so that within the frameworks, multiple user-facing components need to be used in different versions.

I admit that this is a speedbump, but speedbumps make smooth driving annoying.

What are you trying to accomplish?

I'm still not sure.

What is the expected output?

No email from Heroku that the build failed.

What is the actual output?

An email from Heroku that the build failed.

Are you seeing any additional errors?

No.

Steps to reproduce

Checklist

  • I have already looked over the issue tracker for similar issues.
@sgrif

This comment has been minimized.

Member

sgrif commented Jul 23, 2017

We don't bump the patch versions of something when nothing has changed. We'll only do that for major/minor versions.

@sgrif sgrif closed this Jul 23, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment