mirror of
https://github.com/logos-storage/nim-serde.git
synced 2026-01-05 15:13:09 +00:00
chore: v.1.1.1 (#17)
This commit is contained in:
parent
419d48c8d3
commit
414a23b52f
12
serde.nimble
12
serde.nimble
@ -1,11 +1,11 @@
|
||||
# Package
|
||||
|
||||
version = "1.1.0"
|
||||
author = "nim-serde authors"
|
||||
description = "Easy-to-use serialization capabilities (currently json only), with a drop-in replacement for std/json."
|
||||
license = "MIT"
|
||||
skipDirs = @["tests"]
|
||||
|
||||
version = "1.1.1"
|
||||
author = "nim-serde authors"
|
||||
description =
|
||||
"Easy-to-use serialization capabilities (currently json only)."
|
||||
license = "MIT"
|
||||
skipDirs = @["tests"]
|
||||
|
||||
# Dependencies
|
||||
requires "nim >= 1.6.14"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user