diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 779f174b..2ef0d6b3 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -2645,7 +2645,7 @@ dependencies = [ [[package]] name = "rai-pal" -version = "0.1.20" +version = "0.1.21" dependencies = [ "async-trait", "byteorder", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 268aa93b..64b4a323 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rai-pal" -version = "0.1.20" +version = "0.1.21" authors = ["Raicuparta"] license = "GPL-3.0-or-later" repository = "https://github.com/Raicuparta/rai-pal"