From 608920aa8efdcf681d22eddb4d7fd4e04b8935ad Mon Sep 17 00:00:00 2001 From: Edoardo Morassutto Date: Mon, 10 Feb 2020 17:58:14 +0100 Subject: [PATCH] v0.3.1 [travis skip] --- Cargo.toml | 2 +- task-maker-cache/Cargo.toml | 2 +- task-maker-dag/Cargo.toml | 2 +- task-maker-exec/Cargo.toml | 2 +- task-maker-format/Cargo.toml | 2 +- task-maker-lang/Cargo.toml | 2 +- task-maker-store/Cargo.toml | 2 +- task-maker-test/Cargo.toml | 2 +- task-maker-test/task-maker-test-sandbox/Cargo.toml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8359ae498..22a19fe59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = ["task-maker-*"] [package] name = "task-maker-rust" -version = "0.3.0" +version = "0.3.1" 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 1344cd050..8ad59d6ac 100644 --- a/task-maker-cache/Cargo.toml +++ b/task-maker-cache/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "task-maker-cache" -version = "0.3.0" +version = "0.3.1" authors = ["Edoardo Morassutto "] edition = "2018" diff --git a/task-maker-dag/Cargo.toml b/task-maker-dag/Cargo.toml index 66cc5d3cd..591ceaa63 100644 --- a/task-maker-dag/Cargo.toml +++ b/task-maker-dag/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "task-maker-dag" -version = "0.3.0" +version = "0.3.1" authors = ["Edoardo Morassutto "] edition = "2018" diff --git a/task-maker-exec/Cargo.toml b/task-maker-exec/Cargo.toml index a554b8190..0d69bf93c 100644 --- a/task-maker-exec/Cargo.toml +++ b/task-maker-exec/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "task-maker-exec" -version = "0.3.0" +version = "0.3.1" authors = ["Edoardo Morassutto "] edition = "2018" diff --git a/task-maker-format/Cargo.toml b/task-maker-format/Cargo.toml index 08cbc1f8d..48dc3d455 100644 --- a/task-maker-format/Cargo.toml +++ b/task-maker-format/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "task-maker-format" -version = "0.3.0" +version = "0.3.1" authors = ["Edoardo Morassutto "] edition = "2018" diff --git a/task-maker-lang/Cargo.toml b/task-maker-lang/Cargo.toml index 37611f53f..a69fbdffc 100644 --- a/task-maker-lang/Cargo.toml +++ b/task-maker-lang/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "task-maker-lang" -version = "0.3.0" +version = "0.3.1" authors = ["Edoardo Morassutto "] edition = "2018" diff --git a/task-maker-store/Cargo.toml b/task-maker-store/Cargo.toml index 93cf9eb33..f5cbeb3af 100644 --- a/task-maker-store/Cargo.toml +++ b/task-maker-store/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "task-maker-store" -version = "0.3.0" +version = "0.3.1" authors = ["Edoardo Morassutto "] edition = "2018" diff --git a/task-maker-test/Cargo.toml b/task-maker-test/Cargo.toml index b4e65bc70..2927fdb58 100644 --- a/task-maker-test/Cargo.toml +++ b/task-maker-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "task-maker-test" -version = "0.3.0" +version = "0.3.1" authors = ["Edoardo Morassutto "] edition = "2018" build = "build.rs" diff --git a/task-maker-test/task-maker-test-sandbox/Cargo.toml b/task-maker-test/task-maker-test-sandbox/Cargo.toml index 8df8e887d..62be8026a 100644 --- a/task-maker-test/task-maker-test-sandbox/Cargo.toml +++ b/task-maker-test/task-maker-test-sandbox/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "task-maker-test-sandbox" -version = "0.3.0" +version = "0.3.1" authors = ["Edoardo Morassutto "] edition = "2018"