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:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -284,7 +284,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "database-tree"
|
name = "database-tree"
|
||||||
version = "0.1.0-alpha.4"
|
version = "0.1.0-alpha.5"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"chrono",
|
"chrono",
|
||||||
@@ -503,7 +503,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "gobang"
|
name = "gobang"
|
||||||
version = "0.1.0-alpha.4"
|
version = "0.1.0-alpha.5"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"async-trait",
|
"async-trait",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "gobang"
|
name = "gobang"
|
||||||
version = "0.1.0-alpha.4"
|
version = "0.1.0-alpha.5"
|
||||||
authors = ["Takayuki Maeda <takoyaki0316@gmail.com>"]
|
authors = ["Takayuki Maeda <takoyaki0316@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
@@ -29,7 +29,7 @@ serde = "1.0"
|
|||||||
toml = "0.4"
|
toml = "0.4"
|
||||||
strum = "0.21"
|
strum = "0.21"
|
||||||
strum_macros = "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"
|
easy-cast = "0.4"
|
||||||
async-trait = "0.1.50"
|
async-trait = "0.1.50"
|
||||||
itertools = "0.10.0"
|
itertools = "0.10.0"
|
||||||
|
|||||||
@@ -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:
|
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)
|
### Using a release binary (Linux/macOS/Windows)
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "database-tree"
|
name = "database-tree"
|
||||||
version = "0.1.0-alpha.4"
|
version = "0.1.0-alpha.5"
|
||||||
authors = ["Takayuki Maeda <takoyaki0316@gmail.com>"]
|
authors = ["Takayuki Maeda <takoyaki0316@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|||||||
Reference in New Issue
Block a user