Skip to content

Commit a6be255

Browse files
committed
v0.5.5
1 parent 07b937a commit a6be255

File tree

9 files changed

+16
-16
lines changed

9 files changed

+16
-16
lines changed

Cargo.lock

+8-8
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.4"
7+
version = "0.5.5"
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.4"
3+
version = "0.5.5"
44
authors = ["Edoardo Morassutto <[email protected]>"]
55
edition = "2021"
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.4"
3+
version = "0.5.5"
44
authors = ["Edoardo Morassutto <[email protected]>"]
55
edition = "2021"
66

task-maker-diagnostics/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "task-maker-diagnostics"
3-
version = "0.5.4"
3+
version = "0.5.5"
44
edition = "2021"
55

66
[dependencies]

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.4"
3+
version = "0.5.5"
44
authors = ["Edoardo Morassutto <[email protected]>"]
55
edition = "2021"
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.4"
3+
version = "0.5.5"
44
authors = ["Edoardo Morassutto <[email protected]>"]
55
edition = "2021"
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.4"
3+
version = "0.5.5"
44
authors = ["Edoardo Morassutto <[email protected]>"]
55
edition = "2021"
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.4"
3+
version = "0.5.5"
44
authors = ["Edoardo Morassutto <[email protected]>"]
55
edition = "2021"
66

0 commit comments

Comments
 (0)