4 Commits

Author SHA1 Message Date
68ebbad7a7 rbx_asset: v0.3.3 optional field
All checks were successful
continuous-integration/drone/push Build is passing
2025-04-03 13:56:10 -07:00
c99b752738 rbx_asset: optional field on AssetDetails 2025-04-03 13:56:02 -07:00
4f798e5f07 rbx_asset: v0.3.1 fix missing field 2025-04-03 13:55:56 -07:00
39fa74d44a rbx_asset: fix missing field on GetAssetV2Location 2025-04-03 13:55:56 -07:00
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

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

View File

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

View File

@@ -169,7 +169,7 @@ pub struct Creator{
#[allow(nonstandard_style,dead_code)]
pub struct AssetDetails{
pub TargetId:u64,
pub ProductType:String,
pub ProductType:Option<String>,
pub AssetId:u64,
pub ProductId:u64,
pub Name:String,