diff --git a/nev.nimble b/nev.nimble index d51e9316..a0c5e27e 100644 --- a/nev.nimble +++ b/nev.nimble @@ -19,16 +19,14 @@ requires "nimgen >= 0.5.4" requires "https://github.com/Nimaoth/vmath#661bdaa" requires "pixie >= 5.0.7" requires "chroma >= 0.2.7" -requires "winim >= 3.8.1" +requires "winim >= 3.9.4" requires "fusion >= 1.2" -requires "print >= 1.0.2" -requires "fuzzy >= 0.1.0" -requires "nimsimd >= 1.2.4" -requires "regex >= 0.20.2" +requires "nimsimd >= 1.2.13" +requires "regex >= 0.25.0" requires "glob#64f71af" # "glob >= 0.11.2" # the newest version of glob doesn't have a version but is required for Nim 2.0 requires "patty >= 0.3.5" requires "nimclipboard >= 0.1.2" -requires "npeg >= 0.12.0" +requires "npeg >= 1.3.0" requires "asynctools#a1a17d0" requires "stew >= 0.1.0" requires "results >= 0.5.0" diff --git a/nimble.lock b/nimble.lock index 47a3220b..28257069 100644 --- a/nimble.lock +++ b/nimble.lock @@ -84,13 +84,13 @@ } }, "nimsimd": { - "version": "1.2.9", - "vcsRevision": "53fc47d10941944b7054d03464da27734979b491", + "version": "1.2.13", + "vcsRevision": "c052a1bd348caa9a0bf0b11660067088bf4589b5", "url": "https://github.com/guzba/nimsimd", "downloadMethod": "git", "dependencies": [], "checksums": { - "sha1": "b5441b15234ae14c9e65a40f7b27837b9786a3d7" + "sha1": "bfc96b6f70286cc607afc16bbab5156310e5ed38" } }, "bumpy": { @@ -195,7 +195,7 @@ }, "stew": { "version": "0.1.0", - "vcsRevision": "41f48efee97ac688fc48d40280c8d45d340cc46d", + "vcsRevision": "d4634c5405ac188e7050d348332edb6c3b09a527", "url": "https://github.com/status-im/nim-stew", "downloadMethod": "git", "dependencies": [ @@ -203,7 +203,7 @@ "unittest2" ], "checksums": { - "sha1": "d5679ef5f2116cb211b007d9df78668d5fc79ea8" + "sha1": "1324b9f156102250b18aff75641c16947ff26094" } }, "httputils": { @@ -246,16 +246,6 @@ "sha1": "408bde8679bce63dfb6f424e107eb37c5eb31510" } }, - "fuzzy": { - "version": "0.1.0", - "vcsRevision": "6e62092598689dfdc982e15a337f0a069c69be3b", - "url": "https://github.com/pigmej/fuzzy", - "downloadMethod": "git", - "dependencies": [], - "checksums": { - "sha1": "99b26039cfa38ee375f5eb469eec15d842c4fac6" - } - }, "unicodedb": { "version": "0.12.0", "vcsRevision": "b055310c08db8f879057b4fec15c8301ee93bb2a", @@ -371,19 +361,21 @@ "vcsRevision": "d320d8154862b3302e503a4857528ef0f5a9de03", "url": "https://github.com/Nimaoth/nimwasmtime", "downloadMethod": "git", - "dependencies": [], + "dependencies": [ + "nimgen" + ], "checksums": { "sha1": "cea3b9dcae2abf984b79c7c0468a9b332e489aee" } }, "npeg": { - "version": "1.2.2", - "vcsRevision": "ec0cc6e64ea4c62d2aa382b176a4838474238f8d", + "version": "1.3.0", + "vcsRevision": "409f6796d0e880b3f0222c964d1da7de6e450811", "url": "https://github.com/zevv/npeg", "downloadMethod": "git", "dependencies": [], "checksums": { - "sha1": "7e589e8ca918419a81273bdc655230114f72ad37" + "sha1": "64f15c85a059c889cb11c5fe72372677c50da621" } }, "patty": { @@ -396,16 +388,6 @@ "sha1": "6bc181924709c8a2d06b1459a31e73eb42cf1283" } }, - "print": { - "version": "1.0.2", - "vcsRevision": "fb09637d6ebd6416b322a2b9bb95dd513040dea7", - "url": "https://github.com/treeform/print", - "downloadMethod": "git", - "dependencies": [], - "checksums": { - "sha1": "b2d54fa3fa47a11a42c94f9d05f1057fc5ff16a3" - } - }, "treesitter": { "version": "0.1.16", "vcsRevision": "e35ff79d04622a528d455de5fddde3cd2da1f758", @@ -467,13 +449,13 @@ } }, "winim": { - "version": "3.9.2", - "vcsRevision": "154d6c6ffb1f19fce684381cdba5e3f3a729053e", + "version": "3.9.4", + "vcsRevision": "6fdee629140baa0d7060ddf86662457d11f50d35", "url": "https://github.com/khchen/winim", "downloadMethod": "git", "dependencies": [], "checksums": { - "sha1": "154c271e1d766fca5aea32beecec5645e6d2e114" + "sha1": "4b7c430159be2e8b2dc4b663a9b19f7678b58f87" } } }, diff --git a/tools/package_release.nims b/tools/package_release.nims index 4bcbccaa..1a3cfbbd 100644 --- a/tools/package_release.nims +++ b/tools/package_release.nims @@ -95,8 +95,8 @@ if packageWindows: cpFile2 "nev.exe", releaseWindows cpFile2 "nevt.exe", releaseWindows, optional=true cpFile2 "wasmtime.dll", releaseWindows, optional=true - cpFile2 "tools/remote-workspace-host.exe", releaseWindows - cpFile2 "tools/lsp-ws.exe", releaseWindows + # cpFile2 "tools/remote-workspace-host.exe", releaseWindows + # cpFile2 "tools/lsp-ws.exe", releaseWindows if packageLinux: echo "Package linux..." @@ -107,7 +107,7 @@ if packageLinux: cpFile2 "nev", releaseLinux cpFile2 "nevt", releaseLinux, optional=true cpFile2 "nev-musl", releaseLinux - cpFile2 "tools/remote-workspace-host", releaseLinux - cpFile2 "tools/lsp-ws", releaseLinux + # cpFile2 "tools/remote-workspace-host", releaseLinux + # cpFile2 "tools/lsp-ws", releaseLinux quit exitCode \ No newline at end of file