From 8315157349bc1a98613bcc9c6e3a6bec532b4691 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 16 May 2018 00:21:24 +0200 Subject: Optimize for little endian instead of big endian --- project.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'project.conf') 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 = ["."] -- cgit v1.2.3