Skip to content

Commit 407594c

Browse files
author
Damian Rouson
committed
build(fpm): update dag dependency
This commit updates to version 2.1.0 of dag, which exploits doubly nested concurrency (do concurrent) in the topological_sort function.
1 parent 9b4b948 commit 407594c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fpm.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ copyright = "2021 Sourcery Institute"
77

88
[dependencies]
99
assert = {git = "https://github.com/sourceryinstitute/assert", tag = "1.3.0"}
10-
dag = {git = "https://github.com/sourceryinstitute/dag", tag = "2.0.1"}
10+
dag = {git = "https://github.com/sourceryinstitute/dag", tag = "2.1.0"}
1111

1212
[dev-dependencies]
1313
vegetables = {git = "https://gitlab.com/everythingfunctional/vegetables", tag = "v7.0.2"}

0 commit comments

Comments
 (0)