From 36ea980725b1d267046da9a3968b3e895fb35573 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sat, 2 May 2020 10:46:58 +1000 Subject: [PATCH] update rslib version --- rslib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rslib/Cargo.toml b/rslib/Cargo.toml index e55fe9bfa..e9859b0ba 100644 --- a/rslib/Cargo.toml +++ b/rslib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anki" -version = "2.1.25" # automatically updated +version = "2.1.26" # automatically updated edition = "2018" authors = ["Ankitects Pty Ltd and contributors"] license = "AGPL-3.0-or-later"