Upgrade Rust SDK to spec 1.18.4

This commit is contained in:
VRCCat
2024-09-22 23:32:37 +00:00
parent ab0740ae68
commit 9b61686cd8
5 changed files with 81 additions and 54 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "vrchatapi"
version = "1.18.3"
version = "1.18.4"
authors = ["vrchatapi.lpv0t@aries.fyi"]
description = "VRChat API Client for Rust"
license = "MIT"
@ -16,6 +16,5 @@ reqwest = { version = "^0.12", default-features = false, features = ["json", "co
[dev-dependencies]
tokio = { version = '1', features = ['macros', 'rt-multi-thread'] }
[features]
default = ["reqwest/default"]