Epoch 1.0.12 version update

Generated by cosmic-epoch scripts/version-update.sh
This commit is contained in:
Jeremy Soller 2026-05-05 10:23:48 -06:00
parent 4c53d607f7
commit 2a60283f14
3 changed files with 395 additions and 571 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "cosmic-edit"
version = "1.0.11"
version = "1.0.12"
authors = ["Jeremy Soller <jeremy@system76.com>"]
edition = "2024"
license = "GPL-3.0-only"
@ -40,7 +40,7 @@ default-features = false
git = "https://github.com/pop-os/cosmic-syntax-theme.git"
[dependencies.cosmic-text]
git = "https://github.com/pop-os/cosmic-text.git"
version = "0.19"
features = ["syntect", "vi"]
[dependencies.libcosmic]
@ -66,10 +66,6 @@ wayland = ["libcosmic/wayland", "cosmic-files/wayland"]
inherits = "release"
debug = true
[patch.crates-io]
onig = { git = "https://github.com/rust-onig/rust-onig.git", branch = "main" }
onig_sys = { git = "https://github.com/rust-onig/rust-onig.git", branch = "main" }
# [patch.'https://github.com/pop-os/libcosmic']
# libcosmic = { git = "https://github.com/pop-os/libcosmic//" }
# cosmic-config = { git = "https://github.com/pop-os/libcosmic//" }