From cb2effb375aa0388036de253116cf4d541a6272d Mon Sep 17 00:00:00 2001 From: VRCCat Date: Wed, 27 Apr 2022 22:47:14 +0000 Subject: [PATCH] Upgrade Rust SDK to spec 1.7.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9d51f97..a81abfa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vrchatapi" -version = "1.7.0" +version = "1.7.1" authors = ["OpenAPI Generator team and contributors"] license = "MIT" edition = "2018"