We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent def2a61 commit 551e5a3Copy full SHA for 551e5a3
Cargo.toml
@@ -22,3 +22,6 @@ redis-module = { version="0.23", features = ["experimental-api"]}
22
# This requires running the tests with `--features test`
23
test = ["redis-module/test"]
24
as-library = []
25
+
26
+[profile.release]
27
+debug = 1
0 commit comments