Skip to content

Commit 610b290

Browse files
committed
Remove ZMQ (no SDR over network) to improve resilience on invalidations
1 parent 81906f3 commit 610b290

1 file changed

Lines changed: 13 additions & 5 deletions

File tree

Project.toml

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "AbstractSDRs"
22
uuid = "0bdde9fc-719a-4dc7-8589-49ca6634fa6b"
3+
version = "0.7.0"
34
authors = ["Robin Gerzaguet <robin.gerzaguet@irisa.fr>"]
4-
version = "0.6.0"
55

66
[deps]
77
AdalmPluto = "af34ca7c-e544-47d5-a6fe-72495f08728e"
@@ -11,16 +11,24 @@ Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
1111
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
1212
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
1313
Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"
14-
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1514
UHDBindings = "4d90b16f-829e-4b78-80d9-fb9bcf8c06e0"
16-
ZMQ = "c2297ded-f4af-51ae-bb23-16f91089e4e1"
1715
librtlsdr_jll = "d1c10d9e-0af6-511b-a44d-62fc8e59b084"
1816

1917
[compat]
2018
AdalmPluto = "0.3"
19+
BladeRFHardwareDriver_jll = "2.4"
2120
CEnum = "0.4"
21+
Libdl = "1.6"
22+
Printf = "1.6"
2223
Reexport = "0.2,1.0"
23-
UHDBindings = "0.5"
24-
ZMQ = "1.2"
24+
Sockets = "1.6"
25+
Test = "1.6"
26+
UHDBindings = "0.6.0"
2527
julia = "1.6"
2628
librtlsdr_jll = "0.6"
29+
30+
[extras]
31+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
32+
33+
[targets]
34+
test = ["Test"]

0 commit comments

Comments
 (0)