diff --git a/Cargo.lock b/Cargo.lock index 655f61998..c4616636b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1490,7 +1490,7 @@ dependencies = [ [[package]] name = "task-maker-cache" -version = "0.5.8" +version = "0.5.9" dependencies = [ "anyhow", "bincode", @@ -1505,7 +1505,7 @@ dependencies = [ [[package]] name = "task-maker-dag" -version = "0.5.8" +version = "0.5.9" dependencies = [ "anyhow", "approx", @@ -1518,7 +1518,7 @@ dependencies = [ [[package]] name = "task-maker-diagnostics" -version = "0.5.8" +version = "0.5.9" dependencies = [ "anyhow", "colored", @@ -1527,7 +1527,7 @@ dependencies = [ [[package]] name = "task-maker-exec" -version = "0.5.8" +version = "0.5.9" dependencies = [ "anyhow", "bincode", @@ -1555,7 +1555,7 @@ dependencies = [ [[package]] name = "task-maker-format" -version = "0.5.8" +version = "0.5.9" dependencies = [ "anyhow", "approx", @@ -1594,7 +1594,7 @@ dependencies = [ [[package]] name = "task-maker-lang" -version = "0.5.8" +version = "0.5.9" dependencies = [ "anyhow", "lazy_static", @@ -1612,7 +1612,7 @@ dependencies = [ [[package]] name = "task-maker-rust" -version = "0.5.8" +version = "0.5.9" dependencies = [ "anyhow", "approx", @@ -1651,7 +1651,7 @@ dependencies = [ [[package]] name = "task-maker-store" -version = "0.5.8" +version = "0.5.9" dependencies = [ "anyhow", "bincode", diff --git a/Cargo.toml b/Cargo.toml index 8fbf433bd..748ff7e22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = ["task-maker-*"] [package] name = "task-maker-rust" -version = "0.5.8" +version = "0.5.9" description = "Tool for building tasks for informatics competitions, with support for cache, distributed computations and more" readme = "README.md" authors = ["Edoardo Morassutto "] diff --git a/task-maker-cache/Cargo.toml b/task-maker-cache/Cargo.toml index 9bbcd12fb..311cbd75f 100644 --- a/task-maker-cache/Cargo.toml +++ b/task-maker-cache/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "task-maker-cache" -version = "0.5.8" +version = "0.5.9" authors = ["Edoardo Morassutto "] edition = "2021" diff --git a/task-maker-dag/Cargo.toml b/task-maker-dag/Cargo.toml index 2843004e3..351eb376c 100644 --- a/task-maker-dag/Cargo.toml +++ b/task-maker-dag/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "task-maker-dag" -version = "0.5.8" +version = "0.5.9" authors = ["Edoardo Morassutto "] edition = "2021" diff --git a/task-maker-diagnostics/Cargo.toml b/task-maker-diagnostics/Cargo.toml index 28137e132..38377952a 100644 --- a/task-maker-diagnostics/Cargo.toml +++ b/task-maker-diagnostics/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "task-maker-diagnostics" -version = "0.5.8" +version = "0.5.9" edition = "2021" [dependencies] diff --git a/task-maker-exec/Cargo.toml b/task-maker-exec/Cargo.toml index ac8e1d044..24fcb75c5 100644 --- a/task-maker-exec/Cargo.toml +++ b/task-maker-exec/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "task-maker-exec" -version = "0.5.8" +version = "0.5.9" authors = ["Edoardo Morassutto "] edition = "2021" diff --git a/task-maker-format/Cargo.toml b/task-maker-format/Cargo.toml index 9a83c8584..7c7c0259a 100644 --- a/task-maker-format/Cargo.toml +++ b/task-maker-format/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "task-maker-format" -version = "0.5.8" +version = "0.5.9" authors = ["Edoardo Morassutto "] edition = "2021" diff --git a/task-maker-lang/Cargo.toml b/task-maker-lang/Cargo.toml index 6f07f9c02..0041920dc 100644 --- a/task-maker-lang/Cargo.toml +++ b/task-maker-lang/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "task-maker-lang" -version = "0.5.8" +version = "0.5.9" authors = ["Edoardo Morassutto "] edition = "2021" diff --git a/task-maker-store/Cargo.toml b/task-maker-store/Cargo.toml index 5efd77cba..f59e07d68 100644 --- a/task-maker-store/Cargo.toml +++ b/task-maker-store/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "task-maker-store" -version = "0.5.8" +version = "0.5.9" authors = ["Edoardo Morassutto "] edition = "2021"