Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-h-chamberlain committed Oct 11, 2020
1 parent 4c9a3ce commit c01af92
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 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 corewars-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "corewars-core"
version = "0.0.0"
version = "0.2.0"
authors = ["Ian Chamberlain <[email protected]>"]
categories = ["games", "emulators", "parser-implementations"]
edition = "2018"
Expand Down
4 changes: 2 additions & 2 deletions corewars-parser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "corewars-parser"
version = "0.0.0"
version = "0.2.0"
authors = ["Ian Chamberlain <[email protected]>"]
categories = ["games", "emulators", "parser-implementations"]
edition = "2018"
Expand All @@ -12,7 +12,7 @@ repository = "https://github.com/corewa-rs/corewars"
description = "A placeholder subcrate for corewars"

[dependencies]
corewars-core = { path = "../corewars-core", version = "0.0.0" }
corewars-core = { path = "../corewars-core", version = "=0.2.0" }

pest = "2.1.0"
pest_derive = "2.1.0"
Expand Down
4 changes: 2 additions & 2 deletions corewars/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "corewars"
version = "0.1.0"
version = "0.2.0"
authors = ["Ian Chamberlain <[email protected]>"]
categories = ["command-line-utilities", "games", "emulators"]
edition = "2018"
Expand All @@ -12,7 +12,7 @@ repository = "https://github.com/corewa-rs/corewars"
description = "The classic programming battle game Core Wars"

[dependencies]
corewars-parser = { path = "../corewars-parser", version = "0.0.0" }
corewars-parser = { path = "../corewars-parser", version = "=0.2.0" }
lazy_static = "1.4.0"
structopt = "0.3.5"

Expand Down

0 comments on commit c01af92

Please sign in to comment.