Skip to content

Commit c17466b

Browse files
committed
v0.5.2
1 parent 957db1c commit c17466b

File tree

8 files changed

+14
-14
lines changed

8 files changed

+14
-14
lines changed

Cargo.lock

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
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.5.1"
7+
version = "0.5.2"
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "task-maker-cache"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
authors = ["Edoardo Morassutto <[email protected]>"]
55
edition = "2018"
66

task-maker-dag/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "task-maker-dag"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
authors = ["Edoardo Morassutto <[email protected]>"]
55
edition = "2018"
66

task-maker-exec/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "task-maker-exec"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
authors = ["Edoardo Morassutto <[email protected]>"]
55
edition = "2018"
66

task-maker-format/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "task-maker-format"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
authors = ["Edoardo Morassutto <[email protected]>"]
55
edition = "2018"
66

task-maker-lang/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "task-maker-lang"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
authors = ["Edoardo Morassutto <[email protected]>"]
55
edition = "2018"
66

task-maker-store/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "task-maker-store"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
authors = ["Edoardo Morassutto <[email protected]>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)