Skip to content

Commit

Permalink
fix nim version requirement in readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jangko committed Jun 26, 2023
1 parent 199c27f commit d78cca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ But I want something easier to use. Another motivation come from the nim languag
The current version of nim compiler offer many improvements, including 'generics ' specialization.
I found out nim compiler is smart enough to make serialization/deserialization to/from msgpack easy and convenient.

**requirement:** nim ver 0.18.1 or later
**requirement:** nim ver 1.16.0 or later

![nimble](https://img.shields.io/badge/available%20on-nimble-yellow.svg?style=flat-square)
![license](https://img.shields.io/github/license/citycide/cascade.svg?style=flat-square)
Expand Down

0 comments on commit d78cca9

Please sign in to comment.