Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
edomora97 committed Jan 23, 2020
1 parent 3f1d2ce commit f13e214
Show file tree
Hide file tree
Showing 11 changed files with 48 additions and 48 deletions.
54 changes: 27 additions & 27 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.2.2"
version = "0.3.0"
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.2.2"
version = "0.3.0"
authors = ["Edoardo Morassutto <[email protected]>"]
edition = "2018"

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.2.2"
version = "0.3.0"
authors = ["Edoardo Morassutto <[email protected]>"]
edition = "2018"

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.2.2"
version = "0.3.0"
authors = ["Edoardo Morassutto <[email protected]>"]
edition = "2018"

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.2.2"
version = "0.3.0"
authors = ["Edoardo Morassutto <[email protected]>"]
edition = "2018"

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.2.2"
version = "0.3.0"
authors = ["Edoardo Morassutto <[email protected]>"]
edition = "2018"

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.2.2"
version = "0.3.0"
authors = ["Edoardo Morassutto <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion task-maker-test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "task-maker-test"
version = "0.2.2"
version = "0.3.0"
authors = ["Edoardo Morassutto <[email protected]>"]
edition = "2018"
build = "build.rs"
Expand Down
24 changes: 12 additions & 12 deletions task-maker-test/task-maker-test-sandbox/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 task-maker-test/task-maker-test-sandbox/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "task-maker-test-sandbox"
version = "0.2.2"
version = "0.3.0"
authors = ["Edoardo Morassutto <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit f13e214

Please sign in to comment.