mirror of
https://github.com/Steffo99/distributed-arcade.git
synced 2024-11-24 00:54:26 +00:00
Bump version to 0.3.1
This commit is contained in:
parent
d73a8f31ec
commit
c723701425
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -143,7 +143,7 @@ checksum = "338089f42c427b86394a5ee60ff321da23a5c89c9d89514c829687b26359fcff"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "distributed_arcade"
|
name = "distributed_arcade"
|
||||||
version = "0.3.0"
|
version = "0.3.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"axum",
|
"axum",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "distributed_arcade"
|
name = "distributed_arcade"
|
||||||
version = "0.3.0"
|
version = "0.3.1"
|
||||||
authors = ["Stefano Pigozzi <me@steffo.eu>"]
|
authors = ["Stefano Pigozzi <me@steffo.eu>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "Fast and simple scoreboard service for games"
|
description = "Fast and simple scoreboard service for games"
|
||||||
|
|
|
@ -2,7 +2,7 @@ openapi: 3.0.3
|
||||||
|
|
||||||
info:
|
info:
|
||||||
title: "Distributed Arcade"
|
title: "Distributed Arcade"
|
||||||
version: 0.3.0
|
version: 0.3.1
|
||||||
description: |-
|
description: |-
|
||||||
A super-fast high score gatherer using Rust and Redis.
|
A super-fast high score gatherer using Rust and Redis.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue