From 11fe3d7ae2f0c09d69e4c861938feab27ebfa000 Mon Sep 17 00:00:00 2001 From: VRCCat Date: Fri, 5 Jan 2024 16:54:28 +0000 Subject: [PATCH] Upgrade Rust SDK to spec 1.16.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2018324..43c8877 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vrchatapi" -version = "1.16.0" +version = "1.16.2" authors = ["vrchatapi.lpv0t@aries.fyi"] description = "VRChat API Client for Rust" license = "MIT"