mirror of
https://github.com/logos-storage/nim-leopard.git
synced 2026-01-04 06:33:09 +00:00
chore: update dependencies
replace stew with results remove upraises
This commit is contained in:
parent
2ee1f8b4dd
commit
2cdbf19f54
@ -8,6 +8,5 @@ license = "Apache License 2.0 or MIT"
|
|||||||
installDirs = @["vendor"]
|
installDirs = @["vendor"]
|
||||||
|
|
||||||
requires "nim >= 1.6.0",
|
requires "nim >= 1.6.0",
|
||||||
"stew",
|
"results",
|
||||||
"unittest2",
|
"unittest2"
|
||||||
"upraises >= 0.1.0 & < 0.2.0"
|
|
||||||
|
|||||||
@ -7,12 +7,11 @@
|
|||||||
## This file may not be copied, modified, or distributed except according to
|
## This file may not be copied, modified, or distributed except according to
|
||||||
## those terms.
|
## those terms.
|
||||||
|
|
||||||
import pkg/upraises
|
{.push raises: [].}
|
||||||
push: {.upraises: [].}
|
|
||||||
|
|
||||||
{.deadCodeElim: on.}
|
{.deadCodeElim: on.}
|
||||||
|
|
||||||
import pkg/stew/results
|
import pkg/results
|
||||||
|
|
||||||
import ./wrapper
|
import ./wrapper
|
||||||
import ./utils
|
import ./utils
|
||||||
|
|||||||
@ -7,9 +7,7 @@
|
|||||||
## This file may not be copied, modified, or distributed except according to
|
## This file may not be copied, modified, or distributed except according to
|
||||||
## those terms.
|
## those terms.
|
||||||
|
|
||||||
import pkg/upraises
|
{.push raises: [].}
|
||||||
push:
|
|
||||||
{.upraises: [].}
|
|
||||||
|
|
||||||
{.deadCodeElim: on.}
|
{.deadCodeElim: on.}
|
||||||
|
|
||||||
|
|||||||
@ -7,8 +7,7 @@
|
|||||||
## This file may not be copied, modified, or distributed except according to
|
## This file may not be copied, modified, or distributed except according to
|
||||||
## those terms.
|
## those terms.
|
||||||
|
|
||||||
import pkg/upraises
|
{.push raises: [].}
|
||||||
push: {.upraises: [].}
|
|
||||||
|
|
||||||
{.deadCodeElim: on.}
|
{.deadCodeElim: on.}
|
||||||
|
|
||||||
|
|||||||
@ -55,9 +55,7 @@
|
|||||||
## arithmetic using Intel SIMD instructions." In: FAST-2013: 11th Usenix
|
## arithmetic using Intel SIMD instructions." In: FAST-2013: 11th Usenix
|
||||||
## Conference on File and Storage Technologies, San Jose, 2013
|
## Conference on File and Storage Technologies, San Jose, 2013
|
||||||
|
|
||||||
import pkg/upraises
|
{.push raises: [].}
|
||||||
push:
|
|
||||||
{.upraises: [].}
|
|
||||||
|
|
||||||
## -----------------------------------------------------------------------------
|
## -----------------------------------------------------------------------------
|
||||||
## Build configuration
|
## Build configuration
|
||||||
|
|||||||
45
nimble.lock
45
nimble.lock
@ -1,35 +1,26 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 2,
|
||||||
"packages": {
|
"packages": {
|
||||||
|
"results": {
|
||||||
|
"version": "0.5.1",
|
||||||
|
"vcsRevision": "df8113dda4c2d74d460a8fa98252b0b771bf1f27",
|
||||||
|
"url": "https://github.com/arnetheduck/nim-results",
|
||||||
|
"downloadMethod": "git",
|
||||||
|
"dependencies": [],
|
||||||
|
"checksums": {
|
||||||
|
"sha1": "a9c011f74bc9ed5c91103917b9f382b12e82a9e7"
|
||||||
|
}
|
||||||
|
},
|
||||||
"unittest2": {
|
"unittest2": {
|
||||||
"version": "0.0.4",
|
"version": "0.2.4",
|
||||||
"vcsRevision": "f180f596c88dfd266f746ed6f8dbebce39c824db",
|
"vcsRevision": "8b51e99b4a57fcfb31689230e75595f024543024",
|
||||||
"url": "https://github.com/status-im/nim-unittest2.git",
|
"url": "https://github.com/status-im/nim-unittest2",
|
||||||
"downloadMethod": "git",
|
"downloadMethod": "git",
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"checksums": {
|
"checksums": {
|
||||||
"sha1": "fa309c41eaf6ef57895b9e603f2620a2f6e11780"
|
"sha1": "746106a4dfefffce497f1693733f1c1513b5c62c"
|
||||||
}
|
|
||||||
},
|
|
||||||
"upraises": {
|
|
||||||
"version": "0.1.0",
|
|
||||||
"vcsRevision": "ff4f8108e44fba9b35cac535ab63d3927e8fd3c2",
|
|
||||||
"url": "https://github.com/markspanbroek/upraises.git",
|
|
||||||
"downloadMethod": "git",
|
|
||||||
"dependencies": [],
|
|
||||||
"checksums": {
|
|
||||||
"sha1": "a0243c8039e12d547dbb2e9c73789c16bb8bc956"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"stew": {
|
|
||||||
"version": "0.1.0",
|
|
||||||
"vcsRevision": "6ad35b876fb6ebe0dfee0f697af173acc47906ee",
|
|
||||||
"url": "https://github.com/status-im/nim-stew.git",
|
|
||||||
"downloadMethod": "git",
|
|
||||||
"dependencies": [],
|
|
||||||
"checksums": {
|
|
||||||
"sha1": "46d58c4feb457f3241e3347778334e325dce5268"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
}
|
"tasks": {}
|
||||||
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
import std/random
|
import std/random
|
||||||
|
|
||||||
import pkg/stew/results
|
import pkg/results
|
||||||
import ../leopard
|
import ../leopard
|
||||||
|
|
||||||
proc randomCRCPacket*(data: var openArray[byte]) =
|
proc randomCRCPacket*(data: var openArray[byte]) =
|
||||||
|
|||||||
@ -2,7 +2,7 @@ import std/random
|
|||||||
import std/sets
|
import std/sets
|
||||||
|
|
||||||
import pkg/unittest2
|
import pkg/unittest2
|
||||||
import pkg/stew/results
|
import pkg/results
|
||||||
|
|
||||||
import ../leopard
|
import ../leopard
|
||||||
import ./helpers
|
import ./helpers
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user