mirror of
https://github.com/mii443/vrchatapi-rust.git
synced 2025-08-22 15:45:35 +00:00
Upgrade Rust SDK to spec 1.18.4
This commit is contained in:
@ -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"]
|
Reference in New Issue
Block a user