Skip to content

Commit 608920a

Browse files
committed
v0.3.1
[travis skip]
1 parent d8bb052 commit 608920a

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ members = ["task-maker-*"]
44

55
[package]
66
name = "task-maker-rust"
7-
version = "0.3.0"
7+
version = "0.3.1"
88
description = "Tool for building tasks for informatics competitions, with support for cache, distributed computations and more"
99
readme = "README.md"
1010
authors = ["Edoardo Morassutto <[email protected]>"]

task-maker-cache/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "task-maker-cache"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = ["Edoardo Morassutto <[email protected]>"]
55
edition = "2018"
66

task-maker-dag/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "task-maker-dag"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = ["Edoardo Morassutto <[email protected]>"]
55
edition = "2018"
66

task-maker-exec/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "task-maker-exec"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = ["Edoardo Morassutto <[email protected]>"]
55
edition = "2018"
66

task-maker-format/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "task-maker-format"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = ["Edoardo Morassutto <[email protected]>"]
55
edition = "2018"
66

task-maker-lang/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "task-maker-lang"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = ["Edoardo Morassutto <[email protected]>"]
55
edition = "2018"
66

task-maker-store/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "task-maker-store"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = ["Edoardo Morassutto <[email protected]>"]
55
edition = "2018"
66

task-maker-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "task-maker-test"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = ["Edoardo Morassutto <[email protected]>"]
55
edition = "2018"
66
build = "build.rs"

task-maker-test/task-maker-test-sandbox/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "task-maker-test-sandbox"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = ["Edoardo Morassutto <[email protected]>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)