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

The nimble file failed to import db_connector for nim version 2.0 #20

Merged
merged 2 commits into from
Aug 6, 2023

Commits on Aug 6, 2023

  1. The nimble file failed to import db_connector for nim version 2.0

    The reason was that nim 2.0.0 of course does not fulfill the requirement
    of a minor version larger than 9, which is required for Nim 1.9
    PhilippMDoerner committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    7987487 View commit details
    Browse the repository at this point in the history
  2. Add version bump

    PhilippMDoerner committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    937ebb8 View commit details
    Browse the repository at this point in the history