mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-09-28 21:05:10 +00:00
add rust toolchain config file (#35)
This commit is contained in:
parent
e7d0cb1245
commit
4cf08025bd
2 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,7 @@ manifest-path = "../../crates/djls/Cargo.toml"
|
||||||
module-name = "djls"
|
module-name = "djls"
|
||||||
strip = true
|
strip = true
|
||||||
include = [
|
include = [
|
||||||
|
{ path = "../../rust-toolchain.toml", format = ["sdist", "wheel"] },
|
||||||
{ path = "../../proto/**/*", format = ["sdist", "wheel"] },
|
{ path = "../../proto/**/*", format = ["sdist", "wheel"] },
|
||||||
{ path = "../../LICENSE", format = "sdist" },
|
{ path = "../../LICENSE", format = "sdist" },
|
||||||
]
|
]
|
||||||
|
|
2
rust-toolchain.toml
Normal file
2
rust-toolchain.toml
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
[toolchain]
|
||||||
|
channel = "1.83"
|
Loading…
Add table
Add a link
Reference in a new issue