From 572b3ce0121117da7d0d77621ca151b5862868e2 Mon Sep 17 00:00:00 2001 From: VRCCat Date: Tue, 11 Oct 2022 21:19:27 +0000 Subject: [PATCH] Upgrade Rust SDK to spec 1.7.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 18ce1fe..a02c39e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vrchatapi" -version = "1.7.5" +version = "1.7.6" authors = ["OpenAPI Generator team and contributors"] license = "MIT" edition = "2018"