Skip to content

Commit

Permalink
[fix] Version number in con4m should match the Nimble version. (#29)
Browse files Browse the repository at this point in the history
* Version number in con4m should match the Nimble version.
* Pick up new nimutils
  • Loading branch information
viega authored Oct 3, 2023
1 parent b5c1791 commit 84251b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chalk.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ bin = @["chalk"]

# Dependencies
requires "nim >= 2.0.0"
requires "https://github.com/crashappsec/con4m#0040a5c15f7f98ef96046e8b998041760c849bcb"
requires "https://github.com/crashappsec/con4m#e04278bc953540fcdb80735418b2fb17e79dec9f"
requires "https://github.com/viega/zippy == 0.10.7"
requires "https://github.com/aruZeta/QRgen == 3.0.0"

Expand Down
2 changes: 1 addition & 1 deletion src/configs/base_keyspecs.c4m
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
## the more basic per-op stuff such as "_CHALKS" and "ACTION_ID" I did not.

## CHALK SCHEMA
chalk_version := "0.1.1"
chalk_version := "0.1.2"
ascii_magic := "dadfedabbadabbed"

# Field starting with an underscore (_) are "system" metadata fields, that
Expand Down

0 comments on commit 84251b8

Please sign in to comment.