sites in tags

This commit is contained in:
Simon
2025-10-07 10:48:01 +00:00
parent ef4a86d3ca
commit d4b96a70ee
2 changed files with 24 additions and 15 deletions

View File

@@ -31,11 +31,3 @@ async-trait = "0.1"
unexpected_cfgs = "allow"
# Or keep it as a warning but whitelist the cfg:
# unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_error_description_deprecated)'] }
# Enable a small amount of optimization in the dev profile.
[profile.dev]
opt-level = 1
# Enable a large amount of optimization in the dev profile for dependencies.
[profile.dev.package."*"]
opt-level = 3