aboutsummaryrefslogtreecommitdiff
path: root/project.conf
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2018-05-16 00:21:24 +0200
committerdec05eba <0xdec05eba@gmail.com>2018-05-16 00:21:27 +0200
commit8315157349bc1a98613bcc9c6e3a6bec532b4691 (patch)
tree714b129d9e3726ba348b3b285e092de332e585b8 /project.conf
parente85a6b1e7cd8da631fd181d95e4bed7bd95f3386 (diff)
Optimize for little endian instead of big endian1.0.0
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 = ["."]