aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorxtex <xtexchooser@duck.com>2023-06-25 06:43:38 +0800
committerGitHub <noreply@github.com>2023-06-24 17:43:38 -0500
commitea8a8fccb6eb39c97f6cb69e11db5f7d0886172e (patch)
treef8e821275be0aa23608fbd6ae023368ca2a78bcf /Cargo.toml
parent5e4699688207b8ac722ae7f96c49428242f49a9d (diff)
downloadazalea-drasl-ea8a8fccb6eb39c97f6cb69e11db5f7d0886172e.tar.xz
Add ClientBuilder:new_without_log (#93)
* Add ClientBuilder:new_without_log * 'log' feature * fix warnings --------- Co-authored-by: mat <git@matdoes.dev>
Diffstat (limited to 'Cargo.toml')
-rwxr-xr-xCargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fdd67549..ac961997 100755
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,6 +17,7 @@ members = [
"azalea-registry",
"azalea-inventory",
]
+resolver = "2"
[profile.release]
debug = true