add old asset upload api #2

Merged
Quaternions merged 4 commits from staging into master 2024-07-10 16:45:17 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 6111ebd0fe - Show all commits

2
Cargo.lock generated
View File

@ -110,7 +110,7 @@ checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
[[package]]
name = "asset-tool"
version = "0.4.1"
version = "0.4.2"
dependencies = [
"anyhow",
"clap",

View File

@ -1,7 +1,7 @@
workspace = { members = ["rbx_asset", "rox_compiler"] }
[package]
name = "asset-tool"
version = "0.4.1"
version = "0.4.2"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html