We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c16351 commit 080d31dCopy full SHA for 080d31d
server/Cargo.toml
@@ -6,6 +6,7 @@ authors = ["Odoo"]
6
readme = "../README.md"
7
repository = "https://github.com/odoo/odoo-ls"
8
license = "../LICENSE"
9
+rust-version = "1.90"
10
11
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
12
@@ -53,5 +54,5 @@ iai-callgrind = "0.14.2"
53
54
assert_fs = "1.1"
55
56
[features]
-default = []
57
+default = ["debug_yarn"]
58
debug_yarn = [] # use a readable structure instead of Yarn for debug purpose
0 commit comments