Skip to content

Commit

Permalink
Merge branch 'master' into nim-as-dep
Browse files Browse the repository at this point in the history
  • Loading branch information
yyoncho authored Jan 3, 2023
2 parents a1bda0f + 7efb226 commit b5e7daa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/nimblepkg/sha1hashes.nim
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ type
InvalidSha1HashError* = object of NimbleError
## Represents an error caused by invalid value of a sha1 hash.

Sha1Hash* {.requiresInit.} = object
Sha1Hash* = object
## Type representing a sha1 hash value. It can only be created by special
## procedure which validates the input.
hashValue: string
Expand Down
2 changes: 1 addition & 1 deletion src/nimblepkg/version.nim
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import json, sets
import common, strutils, tables, hashes, parseutils

type
Version* {.requiresInit.} = object
Version* = object
version: string

VersionRangeEnum* = enum
Expand Down

0 comments on commit b5e7daa

Please sign in to comment.