v0.1.1
This commit is contained in:
parent
120ed1502b
commit
9337e57e0b
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -507,7 +507,7 @@ checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "smogon-stats"
|
name = "smogon-stats"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap",
|
"clap",
|
||||||
"env_logger",
|
"env_logger",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "smogon-stats"
|
name = "smogon-stats"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
authors = ["mehbark <terezi@pyrope.net>"]
|
authors = ["mehbark <terezi@pyrope.net>"]
|
||||||
description = "turn https://smogon.com/stats/ chaos json files into https://sqlite.org databases"
|
description = "turn https://smogon.com/stats/ chaos json files into https://sqlite.org databases"
|
||||||
|
|
Loading…
Reference in a new issue