Skip to content

Commit

Permalink
fix Serialization not defined
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Sep 12, 2023
1 parent 89129fa commit 006c4f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Malt"
uuid = "36869731-bdee-424d-aa32-cab38c994e3b"
authors = ["Sergio Alejandro Vargas <[email protected]>"]
version = "1.0.1"
version = "1.0.2"

[deps]
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Expand Down
2 changes: 2 additions & 0 deletions src/worker.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
pushfirst!(LOAD_PATH, "@stdlib")
using Logging: Logging, @debug
using Serialization: serialize, deserialize
using Sockets: Sockets
popfirst!(LOAD_PATH)

## Allow catching InterruptExceptions
Base.exit_on_sigint(false)
Expand Down

2 comments on commit 006c4f6

@fonsp
Copy link
Member Author

@fonsp fonsp commented on 006c4f6 Sep 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/91298

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.0.2 -m "<description of version>" 006c4f679fb4f0e822dd734e41aaf527b8469a4b
git push origin v1.0.2

Please sign in to comment.