mirror of
https://github.com/mii443/vrchatapi-rust.git
synced 2025-08-22 15:45:35 +00:00
Generate with proper version number
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "vrchatapi"
|
||||
version = "1.0.0"
|
||||
version = "1.0.4"
|
||||
authors = ["OpenAPI Generator team and contributors"]
|
||||
license = "MIT"
|
||||
edition = "2018"
|
||||
|
@ -5,7 +5,7 @@ rm src/apis src/models docs -rf
|
||||
|
||||
openapi-generator-cli generate \
|
||||
-g rust \
|
||||
--additional-properties=packageName=vrchatapi,supportAsync=false \
|
||||
--additional-properties=packageName=vrchatapi,packageVersion=1.0.4,supportAsync=false \
|
||||
--git-user-id=vrchatapi \
|
||||
--git-repo-id=vrchatapi-rust \
|
||||
-o . \
|
||||
|
Reference in New Issue
Block a user