aboutsummaryrefslogtreecommitdiff
path: root/project.conf
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2018-05-16 00:21:24 +0200
committerdec05eba <dec05eba@protonmail.com>2020-07-06 07:16:10 +0200
commit1c598695e433b9ac65887d156fcd78b10e6269de (patch)
tree130382519419264296bea7a00349b8a7ba95ecf5 /project.conf
parent8c486ac721e590b18650abaaa8a69b36dbcba806 (diff)
Optimize for little endian instead of big endian
Diffstat (limited to 'project.conf')
-rw-r--r--project.conf4
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 = ["."]