Skip to content

Commit

Permalink
v0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Virv12 committed Nov 25, 2024
1 parent 067fd34 commit 4ba0e4d
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.6.3"
version = "0.6.4"
description = "Tool for building tasks for informatics competitions, with support for cache, distributed computations and more"
readme = "README.md"
authors = ["Edoardo Morassutto <[email protected]>"]
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.6.3"
version = "0.6.4"
authors = ["Edoardo Morassutto <[email protected]>"]
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.6.3"
version = "0.6.4"
authors = ["Edoardo Morassutto <[email protected]>"]
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.6.3"
version = "0.6.4"
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.6.3"
version = "0.6.4"
authors = ["Edoardo Morassutto <[email protected]>"]
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.6.3"
version = "0.6.4"
authors = ["Edoardo Morassutto <[email protected]>"]
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.6.3"
version = "0.6.4"
authors = ["Edoardo Morassutto <[email protected]>"]
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.6.3"
version = "0.6.4"
authors = ["Edoardo Morassutto <[email protected]>"]
edition = "2021"

Expand Down

0 comments on commit 4ba0e4d

Please sign in to comment.