Skip to content

Commit 702bd02

Browse files
committed
drop Unmarshal.jl
1 parent 845b3c6 commit 702bd02

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Project.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "DistributedFactorGraphs"
22
uuid = "b5cc3c7e-6572-11e9-2517-99fb8daf2f04"
3-
version = "0.19.2"
3+
version = "0.19.3"
44

55
[deps]
66
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
@@ -25,7 +25,6 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
2525
TensorCast = "02d47bb6-7ce6-556a-be16-bb1710789e2b"
2626
TimeZones = "f269a46b-ccf7-5d73-abea-4c690281aa53"
2727
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
28-
Unmarshal = "cbff2730-442d-58d7-89d1-8e530c41eb02"
2928

3029
[compat]
3130
Colors = "0.10, 0.11, 0.12"
@@ -45,7 +44,6 @@ Reexport = "1"
4544
Requires = "1"
4645
TensorCast = "0.3.3, 0.4"
4746
TimeZones = "1.3.1"
48-
Unmarshal = "0.4"
4947
julia = "1.6"
5048

5149
[extras]

src/DistributedFactorGraphs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ using TimeZones
2323
using Distributions
2424
using Reexport
2525
using JSON
26-
using Unmarshal
26+
# using Unmarshal
2727
using JSON2 # JSON2 requires all properties to be in correct sequence, can't guarantee that from DB.
2828
using JSON3
2929
using LinearAlgebra

0 commit comments

Comments
 (0)