Compare commits

..

2 Commits

Author SHA1 Message Date
f4b49b8644
rbx_asset: v0.3.1 fix missing field 2025-04-03 13:22:53 -07:00
9b1166a2ab
rbx_asset: fix missing field 2025-04-03 13:22:35 -07:00
3 changed files with 3 additions and 2 deletions

2
Cargo.lock generated

@ -1293,7 +1293,7 @@ dependencies = [
[[package]]
name = "rbx_asset"
version = "0.3.1"
version = "0.3.2"
dependencies = [
"chrono",
"flate2",

@ -1,6 +1,6 @@
[package]
name = "rbx_asset"
version = "0.3.1"
version = "0.3.2"
edition = "2021"
publish = ["strafesnet"]
repository = "https://git.itzana.me/StrafesNET/asset-tool"

@ -122,6 +122,7 @@ pub struct GetAssetV2AssetMetadata{
pub struct GetAssetV2Location{
pub assetFormat:String,// "source"
location:String,// this value is private so users cannot mutate it
#[serde(default)]
pub assetMetadatas:Vec<GetAssetV2AssetMetadata>,
}
impl GetAssetV2Location{