Skip to content

Commit 080d31d

Browse files
committed
[IMP] Fix Rust version in Cargo.toml
1 parent 8c16351 commit 080d31d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

server/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ authors = ["Odoo"]
66
readme = "../README.md"
77
repository = "https://github.com/odoo/odoo-ls"
88
license = "../LICENSE"
9+
rust-version = "1.90"
910

1011
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1112

@@ -53,5 +54,5 @@ iai-callgrind = "0.14.2"
5354
assert_fs = "1.1"
5455

5556
[features]
56-
default = []
57+
default = ["debug_yarn"]
5758
debug_yarn = [] # use a readable structure instead of Yarn for debug purpose

0 commit comments

Comments
 (0)