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]
|
[package]
|
||||||
name = "vrchatapi"
|
name = "vrchatapi"
|
||||||
version = "1.0.0"
|
version = "1.0.4"
|
||||||
authors = ["OpenAPI Generator team and contributors"]
|
authors = ["OpenAPI Generator team and contributors"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
@ -5,7 +5,7 @@ rm src/apis src/models docs -rf
|
|||||||
|
|
||||||
openapi-generator-cli generate \
|
openapi-generator-cli generate \
|
||||||
-g rust \
|
-g rust \
|
||||||
--additional-properties=packageName=vrchatapi,supportAsync=false \
|
--additional-properties=packageName=vrchatapi,packageVersion=1.0.4,supportAsync=false \
|
||||||
--git-user-id=vrchatapi \
|
--git-user-id=vrchatapi \
|
||||||
--git-repo-id=vrchatapi-rust \
|
--git-repo-id=vrchatapi-rust \
|
||||||
-o . \
|
-o . \
|
||||||
|
Reference in New Issue
Block a user