Skip to content

Commit

Permalink
v0.5.14
Browse files Browse the repository at this point in the history
  • Loading branch information
dp1 committed Dec 7, 2023
1 parent 49e3c06 commit 15cc615
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ members = ["task-maker-*"]

[package]
name = "task-maker-rust"
version = "0.5.13"
version = "0.5.14"
description = "Tool for building tasks for informatics competitions, with support for cache, distributed computations and more"
readme = "README.md"
authors = ["Edoardo Morassutto <edoardo.morassutto@gmail.com>"]
Expand Down
2 changes: 1 addition & 1 deletion task-maker-cache/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "task-maker-cache"
version = "0.5.13"
version = "0.5.14"
authors = ["Edoardo Morassutto <edoardo.morassutto@gmail.com>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion task-maker-dag/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "task-maker-dag"
version = "0.5.13"
version = "0.5.14"
authors = ["Edoardo Morassutto <edoardo.morassutto@gmail.com>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion task-maker-diagnostics/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "task-maker-diagnostics"
version = "0.5.13"
version = "0.5.14"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion task-maker-exec/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "task-maker-exec"
version = "0.5.13"
version = "0.5.14"
authors = ["Edoardo Morassutto <edoardo.morassutto@gmail.com>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion task-maker-format/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "task-maker-format"
version = "0.5.13"
version = "0.5.14"
authors = ["Edoardo Morassutto <edoardo.morassutto@gmail.com>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion task-maker-lang/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "task-maker-lang"
version = "0.5.13"
version = "0.5.14"
authors = ["Edoardo Morassutto <edoardo.morassutto@gmail.com>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion task-maker-store/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "task-maker-store"
version = "0.5.13"
version = "0.5.14"
authors = ["Edoardo Morassutto <edoardo.morassutto@gmail.com>"]
edition = "2021"

Expand Down

0 comments on commit 15cc615

Please sign in to comment.