diff options
Diffstat (limited to 'project.conf')
-rw-r--r-- | project.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/project.conf b/project.conf index ca50d38..0fd1d74 100644 --- a/project.conf +++ b/project.conf @@ -1,9 +1,9 @@ [package] name = "sibs-serializer" -version = "0.2.0" +version = "1.0.0" type = "static" platforms = ["any"] tests = "tests" [config] -expose_include_dirs = ["."]
\ No newline at end of file +expose_include_dirs = ["."] |