Skip to content

Commit 8dcf8aa

Browse files
committed
switch path -> git refs for wezterm deps
This is slow to fetch, but OK for now. These crates will eventually be published to crates.io
1 parent 43a2714 commit 8dcf8aa

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

Cargo.lock

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ static_cell = { version = "*" }
5656
sunset-embassy = {version="0.2", default-features = false, git = "https://github.com/wez/sunset.git", branch="elided"}
5757
sunset = {version="0.2", default-features = false, git = "https://github.com/wez/sunset.git", branch="elided"}
5858
chrono = { version = "0.4.40", default-features = false }
59-
wezterm-cell = { path="../wezterm/wezterm-cell", default-features=false }
60-
wezterm-char-props = { path="../wezterm/wezterm-char-props", default-features=false }
61-
wezterm-escape-parser = { path="../wezterm/wezterm-escape-parser" }
62-
wezterm-surface = { path="../wezterm/wezterm-surface" }
59+
wezterm-cell = { git="https://github.com/wezterm/wezterm", default-features=false }
60+
wezterm-char-props = { git="https://github.com/wezterm/wezterm", default-features=false }
61+
wezterm-escape-parser = { git="https://github.com/wezterm/wezterm" }
62+
wezterm-surface = { git="https://github.com/wezterm/wezterm" }
6363

6464
[profile.dev]
6565
debug = 2

0 commit comments

Comments
 (0)