From 7ec6c7507fe2ba5a853d5434a28f17294044c20c Mon Sep 17 00:00:00 2001 From: Ahmad Baalbaky Date: Sun, 11 Aug 2024 17:45:12 +0200 Subject: [PATCH] upgrade versions --- game_api/Cargo.toml | 2 +- records_lib/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/game_api/Cargo.toml b/game_api/Cargo.toml index 021ba61..a0a0eed 100644 --- a/game_api/Cargo.toml +++ b/game_api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "game-api" -version = "0.3.0" +version = "0.3.1" edition = "2021" [lib] diff --git a/records_lib/Cargo.toml b/records_lib/Cargo.toml index e103ae5..1c3fb50 100644 --- a/records_lib/Cargo.toml +++ b/records_lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "records-lib" -version = "0.1.5" +version = "0.1.6" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html