chore: bump latest changes in logos-delivery

This commit is contained in:
darshankabariya 2026-05-10 14:53:43 +05:30
parent 86a8a80722
commit ec7a440153
No known key found for this signature in database
GPG Key ID: 9A92CCD9899F0D22
2 changed files with 3 additions and 5 deletions

View File

@ -588,8 +588,8 @@
}
},
"sds": {
"version": "#7af8cfd6d3568057beb541f8b6acf9d7953e77a5",
"vcsRevision": "7af8cfd6d3568057beb541f8b6acf9d7953e77a5",
"version": "#2e9a7683f0e180bf112135fae3a3803eed8490d4",
"vcsRevision": "2e9a7683f0e180bf112135fae3a3803eed8490d4",
"url": "https://github.com/logos-messaging/nim-sds.git",
"downloadMethod": "git",
"dependencies": [

View File

@ -61,9 +61,7 @@ requires "nim >= 2.2.4",
# Packages not on nimble (use git URLs)
requires "https://github.com/logos-messaging/nim-ffi"
# Temporarily pinned to nim-sds feat/sds-repair pending nim-sds#60 merge.
# Follow-up PR will flip the pin to master once #60 lands. No runtime calls yet.
requires "https://github.com/logos-messaging/nim-sds.git#7af8cfd6d3568057beb541f8b6acf9d7953e77a5"
requires "https://github.com/logos-messaging/nim-sds.git#2e9a7683f0e180bf112135fae3a3803eed8490d4"
requires "https://github.com/vacp2p/nim-lsquic"
requires "https://github.com/vacp2p/nim-jwt.git#057ec95eb5af0eea9c49bfe9025b3312c95dc5f2"