chore: Nim 2.2.10

+ assorted library bumps
This commit is contained in:
Jacek Sieka
2026-06-01 10:54:22 -04:00
committed by Jonathan Rainville
parent 76264178cc
commit 645e2d6be9
23 changed files with 25 additions and 21 deletions
+3
View File
@@ -124,3 +124,6 @@
[submodule "vendor/status-keycard-qt"]
path = vendor/status-keycard-qt
url = https://github.com/status-im/status-keycard-qt
[submodule "vendor/nim-intops"]
path = vendor/nim-intops
url = https://github.com/vacp2p/nim-intops.git
+1 -1
View File
@@ -122,7 +122,7 @@ proc defaultDataDir*(): string =
else:
targetDir
return absolutePath(joinPath(parentDir, "Status"))
except OSError:
except:
echo "Error: Unable to determine home directory."
type StatusDesktopConfig = object
+1 -1
Vendored Submodule
+1
Submodule vendor/nim-intops added at d30bd41f74