Version 0.12.0
continuous-integration/drone/push Build is passing Details

This commit is contained in:
projectmoon 2021-09-04 22:17:13 +00:00
parent f68d5ffcc1
commit 2488429edb
2 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View File

@ -3027,7 +3027,7 @@ dependencies = [
[[package]]
name = "tenebrous-dicebot"
version = "0.10.0"
version = "0.12.0"
dependencies = [
"async-trait",
"barrel",

View File

@ -1,7 +1,7 @@
[package]
name = "tenebrous-dicebot"
version = "0.10.0"
authors = ["Taylor C. Richberger <taywee@gmx.com>", "projectmoon <projectmoon@agnos.is>"]
version = "0.12.0"
authors = ["projectmoon <projectmoon@agnos.is>", "Taylor C. Richberger <taywee@gmx.com>"]
edition = "2018"
license = 'AGPL-3.0-or-later'
description = 'An async Matrix dice bot for role-playing games'
@ -15,7 +15,7 @@ tonic-build = "0.4"
[dependencies]
# indexmap version locked fixes a dependency cycle.
indexmap = "=1.6.2"
indexmap = "=1.6.2"
log = "0.4"
tracing-subscriber = "0.2"
toml = "0.5"