mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 14:26:04 +00:00
(cargo-release) version 0.2.0
This commit is contained in:
parent
ba5eb64520
commit
45a48f264f
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -358,7 +358,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "bot"
|
name = "bot"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"azalea",
|
"azalea",
|
||||||
|
|
2
bot/Cargo.toml
Executable file → Normal file
2
bot/Cargo.toml
Executable file → Normal file
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
name = "bot"
|
name = "bot"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
publish = false
|
publish = false
|
||||||
release = false
|
release = false
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue