1
0
mirror of https://github.com/TaKO8Ki/gobang.git synced 2021-09-19 22:32:56 +03:00

v0.1.0-alpha.5 (#112)

This commit is contained in:
Takayuki Maeda
2021-09-15 20:14:32 +09:00
committed by GitHub
parent 4fc75b3a6d
commit acaec96204
4 changed files with 6 additions and 6 deletions

4
Cargo.lock generated
View File

@@ -284,7 +284,7 @@ dependencies = [
[[package]]
name = "database-tree"
version = "0.1.0-alpha.4"
version = "0.1.0-alpha.5"
dependencies = [
"anyhow",
"chrono",
@@ -503,7 +503,7 @@ dependencies = [
[[package]]
name = "gobang"
version = "0.1.0-alpha.4"
version = "0.1.0-alpha.5"
dependencies = [
"anyhow",
"async-trait",

View File

@@ -1,6 +1,6 @@
[package]
name = "gobang"
version = "0.1.0-alpha.4"
version = "0.1.0-alpha.5"
authors = ["Takayuki Maeda <takoyaki0316@gmail.com>"]
edition = "2018"
license = "MIT"
@@ -29,7 +29,7 @@ serde = "1.0"
toml = "0.4"
strum = "0.21"
strum_macros = "0.21"
database-tree = { path = "./database-tree", version = "0.1.0-alpha.4" }
database-tree = { path = "./database-tree", version = "0.1.0-alpha.5" }
easy-cast = "0.4"
async-trait = "0.1.50"
itertools = "0.10.0"

View File

@@ -44,7 +44,7 @@ $ brew install tako8ki/tap/gobang
If you already have a Rust environment set up, you can use the `cargo install` command:
```
$ cargo install --version 0.1.0-alpha.4 gobang
$ cargo install --version 0.1.0-alpha.5 gobang
```
### Using a release binary (Linux/macOS/Windows)

View File

@@ -1,6 +1,6 @@
[package]
name = "database-tree"
version = "0.1.0-alpha.4"
version = "0.1.0-alpha.5"
authors = ["Takayuki Maeda <takoyaki0316@gmail.com>"]
edition = "2018"
license = "MIT"