Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Allow DeferredFutures v1 (#47)
Browse files Browse the repository at this point in the history
* Allow DeferredFutures v1

- Using v1 should help avoid this warning:
  WARNING: Compat.Distributed is deprecated, use Distributed instead.
  likely near ~/.julia/packages/DeferredFutures/6vL9r/src/DeferredFutures.jl:8

* Bump patch version
  • Loading branch information
nickrobinson251 committed Apr 11, 2020
1 parent c222ff3 commit 0aededc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Dispatcher"
uuid = "a48d5fe2-965b-541b-8ad8-ab19b69f3f25"
version = "1.0.0"
version = "1.0.1"

[deps]
AutoHashEquals = "15f4f7f2-30c1-5605-9d31-71845cf9641f"
Expand All @@ -15,7 +15,7 @@ ResultTypes = "08a2b407-ddc3-586a-afd6-c784ad1fffe2"
[compat]
AutoHashEquals = "0.1.2, 0.2"
DataStructures = "0.5, 0.6, 0.7, 0.8, 0.9, 0.10, 0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 0.17"
DeferredFutures = "0.6"
DeferredFutures = "0.6, 1"
IterTools = "0.1, 0.2, 1"
LightGraphs = "0.7, 0.8, 0.9, 0.10, 0.11, 0.12, 0.13, 0.14, 1"
Memento = "0.7, 0.8, 0.9, 0.10, 0.11, 0.12, 0.13, 1"
Expand Down

2 comments on commit 0aededc

@omus
Copy link
Contributor

@omus omus commented on 0aededc Apr 11, 2020

Choose a reason for hiding this comment

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

@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/12758

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.1 -m "<description of version>" 0aededc0811e259955007ca56892bef225d94db1
git push origin v1.0.1

Please sign in to comment.