rbx_asset v0.2.2 fix get_asset, error on http status
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Quaternions 2024-07-16 10:13:27 -07:00
parent 7063b20c20
commit e8e1bdb104
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -1166,7 +1166,7 @@ dependencies = [
[[package]]
name = "rbx_asset"
version = "0.2.1"
version = "0.2.2"
dependencies = [
"chrono",
"flate2",

View File

@ -1,6 +1,6 @@
[package]
name = "rbx_asset"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
publish = ["strafesnet"]