From aafe706cc8701e4a771bdd304a8ca9c744f04967 Mon Sep 17 00:00:00 2001 From: DanyLE Date: Sun, 28 Jul 2024 19:06:33 +0200 Subject: [PATCH] feat(2.1.5): GridView allows navigation by arrow keys --- Makefile | 2 +- antos-frontend | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 842b206..4082c79 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ DOCKER_TAG?=$(subst master,stable,$(subst refs/heads/,,$(shell git symbolic-ref DOCKER_IMAGE?=iohubdev/antos ARCH?=amd64 -VERSION?=2.1.4-b +VERSION?=2.1.5-b RUSTUP_HOME?=/opt/rust CARGO_HOME?=/opt/rust/cargo diff --git a/antos-frontend b/antos-frontend index 4bbc6c7..59fb302 160000 --- a/antos-frontend +++ b/antos-frontend @@ -1 +1 @@ -Subproject commit 4bbc6c770a372ad92b67779605371cd7b7d0d433 +Subproject commit 59fb302e1879b51a4320a8ce45cd29ff47b3c2d3