diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 4303a0b2..75bbc6fe 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -2870,7 +2870,7 @@ dependencies = [ [[package]] name = "rai-pal" -version = "0.3.1" +version = "0.3.2" dependencies = [ "async-trait", "byteorder", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index fda39a57..86df5574 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rai-pal" -version = "0.3.1" +version = "0.3.2" authors = ["Raicuparta"] license = "GPL-3.0-or-later" repository = "https://github.com/Raicuparta/rai-pal"