From d235e883a12c95d42cdb88d3817d3f7e48392ca8 Mon Sep 17 00:00:00 2001 From: Mark Marks Date: Sun, 6 Oct 2024 19:51:01 +0200 Subject: [PATCH] chore: Bump jecs + Bump jecs to 0.3.2 + Bump jecs-utils to 0.1.5 --- wally.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wally.toml b/wally.toml index 8be4314..8839d50 100644 --- a/wally.toml +++ b/wally.toml @@ -1,6 +1,6 @@ [package] name = "mark-marks/jecs-utils" -version = "0.1.4" +version = "0.1.5" registry = "https://github.com/UpliftGames/wally-index" realm = "shared" license = "MIT" @@ -15,4 +15,4 @@ include = [ ] [dependencies] -jecs = "ukendio/jecs@0.3.0" +jecs = "ukendio/jecs@0.3.2"