We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 419d48c commit 414a23bCopy full SHA for 414a23b
serde.nimble
@@ -1,11 +1,11 @@
1
# Package
2
3
-version = "1.1.0"
4
-author = "nim-serde authors"
5
-description = "Easy-to-use serialization capabilities (currently json only), with a drop-in replacement for std/json."
6
-license = "MIT"
7
-skipDirs = @["tests"]
8
-
+version = "1.1.1"
+author = "nim-serde authors"
+description =
+ "Easy-to-use serialization capabilities (currently json only)."
+license = "MIT"
+skipDirs = @["tests"]
9
10
# Dependencies
11
requires "nim >= 1.6.14"
0 commit comments