summaryrefslogtreecommitdiff
path: root/subprojects/packagefiles/jsmn
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2025-01-23 10:17:14 -0500
committerAndrew Opalach <andrew@akon.city> 2025-01-23 10:18:56 -0500
commite48874a91a86ef561aa4b3298d6170ec9777954e (patch)
treed08c92f12843409daca35b4104d452d542166cd5 /subprojects/packagefiles/jsmn
parentf7002ec3341f43e90fc7911b1b796cec67b4273c (diff)
downloadlibnaunet-e48874a91a86ef561aa4b3298d6170ec9777954e.tar.gz
libnaunet-e48874a91a86ef561aa4b3298d6170ec9777954e.tar.bz2
libnaunet-e48874a91a86ef561aa4b3298d6170ec9777954e.zip
Version subproject directories
- Reorder packet functions and add u32 to ext. Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'subprojects/packagefiles/jsmn')
-rw-r--r--subprojects/packagefiles/jsmn/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/subprojects/packagefiles/jsmn/meson.build b/subprojects/packagefiles/jsmn/meson.build
index e0bc2ca..7a9032b 100644
--- a/subprojects/packagefiles/jsmn/meson.build
+++ b/subprojects/packagefiles/jsmn/meson.build
@@ -1,2 +1,2 @@
-project('jsmn', 'c', version: 'v1.1.0')
+project('jsmn', 'c', version: 'git-25647e6')
jsmn = declare_dependency(include_directories: include_directories('.'))