lapce: 0.4.1 -> 0.4.2

This commit is contained in:
R. Ryantm 2024-08-25 02:06:23 +00:00
parent 9446a5d8da
commit 013943f1a9
2 changed files with 14 additions and 16 deletions

View File

@ -1684,7 +1684,7 @@ checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
[[package]]
name = "floem"
version = "0.1.1"
source = "git+https://github.com/lapce/floem?rev=54f0d1bcf0e1a91d82492ee7300a526adb60eb5c#54f0d1bcf0e1a91d82492ee7300a526adb60eb5c"
source = "git+https://github.com/lapce/floem?rev=157631a49d6ba13a3467dcb994eb46a98c52eb76#157631a49d6ba13a3467dcb994eb46a98c52eb76"
dependencies = [
"bitflags 2.6.0",
"copypasta",
@ -1702,7 +1702,6 @@ dependencies = [
"image",
"indexmap",
"lapce-xi-rope",
"once_cell",
"parking_lot",
"peniko",
"raw-window-handle 0.6.0",
@ -1722,13 +1721,12 @@ dependencies = [
[[package]]
name = "floem-editor-core"
version = "0.1.1"
source = "git+https://github.com/lapce/floem?rev=54f0d1bcf0e1a91d82492ee7300a526adb60eb5c#54f0d1bcf0e1a91d82492ee7300a526adb60eb5c"
source = "git+https://github.com/lapce/floem?rev=157631a49d6ba13a3467dcb994eb46a98c52eb76#157631a49d6ba13a3467dcb994eb46a98c52eb76"
dependencies = [
"bitflags 2.6.0",
"itertools 0.12.1",
"lapce-xi-rope",
"memchr",
"once_cell",
"serde",
"strum",
"strum_macros",
@ -1800,7 +1798,7 @@ dependencies = [
[[package]]
name = "floem_reactive"
version = "0.1.1"
source = "git+https://github.com/lapce/floem?rev=54f0d1bcf0e1a91d82492ee7300a526adb60eb5c#54f0d1bcf0e1a91d82492ee7300a526adb60eb5c"
source = "git+https://github.com/lapce/floem?rev=157631a49d6ba13a3467dcb994eb46a98c52eb76#157631a49d6ba13a3467dcb994eb46a98c52eb76"
dependencies = [
"smallvec",
]
@ -1808,7 +1806,7 @@ dependencies = [
[[package]]
name = "floem_renderer"
version = "0.1.1"
source = "git+https://github.com/lapce/floem?rev=54f0d1bcf0e1a91d82492ee7300a526adb60eb5c#54f0d1bcf0e1a91d82492ee7300a526adb60eb5c"
source = "git+https://github.com/lapce/floem?rev=157631a49d6ba13a3467dcb994eb46a98c52eb76#157631a49d6ba13a3467dcb994eb46a98c52eb76"
dependencies = [
"cosmic-text",
"image",
@ -1821,7 +1819,7 @@ dependencies = [
[[package]]
name = "floem_tiny_skia_renderer"
version = "0.1.1"
source = "git+https://github.com/lapce/floem?rev=54f0d1bcf0e1a91d82492ee7300a526adb60eb5c#54f0d1bcf0e1a91d82492ee7300a526adb60eb5c"
source = "git+https://github.com/lapce/floem?rev=157631a49d6ba13a3467dcb994eb46a98c52eb76#157631a49d6ba13a3467dcb994eb46a98c52eb76"
dependencies = [
"anyhow",
"bytemuck",
@ -1838,7 +1836,7 @@ dependencies = [
[[package]]
name = "floem_vger_renderer"
version = "0.1.1"
source = "git+https://github.com/lapce/floem?rev=54f0d1bcf0e1a91d82492ee7300a526adb60eb5c#54f0d1bcf0e1a91d82492ee7300a526adb60eb5c"
source = "git+https://github.com/lapce/floem?rev=157631a49d6ba13a3467dcb994eb46a98c52eb76#157631a49d6ba13a3467dcb994eb46a98c52eb76"
dependencies = [
"anyhow",
"floem-vger",
@ -2906,7 +2904,7 @@ dependencies = [
[[package]]
name = "lapce"
version = "0.4.1"
version = "0.4.2"
dependencies = [
"lapce-app",
"lapce-proxy",
@ -2914,7 +2912,7 @@ dependencies = [
[[package]]
name = "lapce-app"
version = "0.4.1"
version = "0.4.2"
dependencies = [
"Inflector",
"alacritty_terminal",
@ -2978,7 +2976,7 @@ dependencies = [
[[package]]
name = "lapce-core"
version = "0.4.1"
version = "0.4.2"
dependencies = [
"ahash",
"anyhow",
@ -3006,7 +3004,7 @@ dependencies = [
[[package]]
name = "lapce-proxy"
version = "0.4.1"
version = "0.4.2"
dependencies = [
"alacritty_terminal",
"anyhow",
@ -3055,7 +3053,7 @@ dependencies = [
[[package]]
name = "lapce-rpc"
version = "0.4.1"
version = "0.4.2"
dependencies = [
"anyhow",
"crossbeam-channel",

View File

@ -39,20 +39,20 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "lapce";
version = "0.4.1";
version = "0.4.2";
src = fetchFromGitHub {
owner = "lapce";
repo = "lapce";
rev = "refs/tags/v${version}";
sha256 = "sha256-Bwo6twEi9m3T5OybWkWGAyTRumusCWW7mkx/OAJkfXs=";
sha256 = "sha256-vBBYNHgZiW5JfGeUG6YZObf4oK0hHxTbsZNTfnIX95Y=";
};
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"alacritty_terminal-0.24.1-dev" = "sha256-aVB1CNOLjNh6AtvdbomODNrk00Md8yz8QzldzvDo1LI=";
"floem-0.1.1" = "sha256-zV2nk3cvmw8lzqL4Xx5SCTX156tiN6sUAEdfy0dJvDY=";
"floem-0.1.1" = "sha256-/4Y38VXx7wFVVEzjqZ2D6+jiXCXPfzK44rDiNOR1lAk=";
"human-sort-0.2.2" = "sha256-tebgIJGXOY7pwWRukboKAzXY47l4Cn//0xMKQTaGu8w=";
"locale_config-0.3.1-alpha.0" = "sha256-cCEO+dmU05TKkpH6wVK6tiH94b7k2686xyGxlhkcmAM=";
"lsp-types-0.95.1" = "sha256-+tWqDBM5x/gvQOG7V3m2tFBZB7smgnnZHikf9ja2FfE=";