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

Add warning to nimble file about updating locked nimble ver #278

Merged
merged 1 commit into from
Oct 11, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions choosenim.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ skipExt = @["nim"]

# Dependencies

requires "nim >= 1.2.6", "nimble#8f7af86"
# Note: https://github.com/dom96/choosenim/issues/233 (need to resolve when updating Nimble)
requires "nim >= 1.2.6", "nimble#8f7af86"
when defined(macosx):
requires "libcurl >= 1.0.0"
requires "analytics >= 0.3.0"
Expand All @@ -23,4 +24,4 @@ when defined(windows):
requires "puppy 1.2.1"

task release, "Build a release binary":
exec "nimble build -d:release"
exec "nimble build -d:release"