mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-29 21:49:33 +00:00
Remove binary target collisions between zed & zed2
This commit is contained in:
parent
41ac8ef909
commit
89e44d4901
3 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ path = "src/live_kit_client2.rs"
|
|||
doctest = false
|
||||
|
||||
[[example]]
|
||||
name = "test_app"
|
||||
name = "test_app2"
|
||||
|
||||
[features]
|
||||
test-support = [
|
||||
|
|
|
@ -11,7 +11,7 @@ path = "src/zed2.rs"
|
|||
doctest = false
|
||||
|
||||
[[bin]]
|
||||
name = "Zed"
|
||||
name = "Zed2"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
|
|
Loading…
Reference in a new issue