From b45301d9ddbabb414ec2cda421a9b581c1277fc4 Mon Sep 17 00:00:00 2001 From: Gleb Koval Date: Sat, 6 Aug 2022 21:31:04 +0000 Subject: [PATCH] description change to trigger CI --- wasm/o-x-rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wasm/o-x-rust/Cargo.toml b/wasm/o-x-rust/Cargo.toml index 069dee8..3651228 100644 --- a/wasm/o-x-rust/Cargo.toml +++ b/wasm/o-x-rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "o-x-rust" -description = "Os & Xs algorithms" +description = "Naughts and crosses WASM algorithms" repository = "https://git.koval.net/cyclane/game-algorithms/src/branch/main/wasm/o-x-rust" license = "GNU GPLv3" version = "0.0.1"