Replace set_var usage in examples (#829)

* examples: Fix inconsistent toml formatting

* examples: Replace set_var usage
This commit is contained in:
Jonas Platte
2022-03-06 12:37:00 +01:00
committed by GitHub
parent 9470f5ae1d
commit 79b94b9bd6
55 changed files with 237 additions and 178 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ publish = false
axum = { path = "../../axum" }
tokio = { version = "1.0", features = ["full"] }
tracing = "0.1"
tracing-subscriber = { version="0.3", features = ["env-filter"] }
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
sqlx = { version = "0.5.10", features = ["runtime-tokio-rustls", "any", "postgres"] }