Merge branch 'main' into downloads

This commit is contained in:
quexeky
2024-10-26 10:58:12 +11:00

View File

@ -61,3 +61,8 @@ features = ["bin_enc"] # You can also use "yaml_enc" or "bin_enc"
[dependencies.reqwest] [dependencies.reqwest]
version = "0.12" version = "0.12"
features = ["json", "blocking"] features = ["json", "blocking"]
[profile.release]
lto = true
codegen-units = 1
panic = 'abort'