Store current release channel name in a file in the zed crate
This commit is contained in:
parent
1cdd3c0e28
commit
a4a8596a29
10 changed files with 80 additions and 36 deletions
|
@ -35,9 +35,11 @@ tiny_http = "0.8"
|
|||
uuid = { version = "1.1.2", features = ["v4"] }
|
||||
url = "2.2"
|
||||
serde = { version = "*", features = ["derive"] }
|
||||
settings = { path = "../settings" }
|
||||
tempfile = "3"
|
||||
|
||||
[dev-dependencies]
|
||||
collections = { path = "../collections", features = ["test-support"] }
|
||||
gpui = { path = "../gpui", features = ["test-support"] }
|
||||
rpc = { path = "../rpc", features = ["test-support"] }
|
||||
settings = { path = "../settings", features = ["test-support"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue