diff options
author | dec05eba <dec05eba@protonmail.com> | 2018-05-16 00:21:24 +0200 |
---|---|---|
committer | dec05eba <0xdec05eba@gmail.com> | 2018-05-16 00:21:27 +0200 |
commit | 8315157349bc1a98613bcc9c6e3a6bec532b4691 (patch) | |
tree | 714b129d9e3726ba348b3b285e092de332e585b8 /project.conf | |
parent | e85a6b1e7cd8da631fd181d95e4bed7bd95f3386 (diff) |
Optimize for little endian instead of big endian1.0.0
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 = ["."] |