fix(cosmic-text): pin cosmic-text to b017d7c (via cosmic-term issue #508)
This commit is contained in:
parent
6b33d112c3
commit
3e167a401e
2 changed files with 5 additions and 1 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -1535,7 +1535,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "cosmic-text"
|
||||
version = "0.14.2"
|
||||
source = "git+https://github.com/pop-os/cosmic-text.git#c597f3755b5480678053dce1f47bb11b98b43aa2"
|
||||
source = "git+https://github.com/pop-os/cosmic-text//?rev=b017d7c#b017d7c856aed4b1a3ef0952df75d02d889a1f7b"
|
||||
dependencies = [
|
||||
"bitflags 2.9.1",
|
||||
"cosmic_undo_2",
|
||||
|
|
|
|||
|
|
@ -67,6 +67,10 @@ onig_sys = { git = "https://github.com/rust-onig/rust-onig.git", branch = "main"
|
|||
# https://github.com/smol-rs/polling/pull/235
|
||||
polling = { git = "https://github.com/jackpot51/polling.git", branch = "master" }
|
||||
|
||||
# See https://github.com/pop-os/cosmic-edit/issues/365 & https://github.com/pop-os/cosmic-term/issues/508
|
||||
[patch.'https://github.com/pop-os/cosmic-text']
|
||||
cosmic-text = { git = "https://github.com/pop-os/cosmic-text//", rev = "b017d7c" }
|
||||
|
||||
# [patch.'https://github.com/pop-os/libcosmic']
|
||||
# libcosmic = { path = "../libcosmic" }
|
||||
# cosmic-config = { path = "../libcosmic/cosmic-config" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue